1use cmake_parser_derive::CMake; 2 3#[derive(CMake, Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] 4#[cmake(pkg = "crate", list)] 5pub enum ScheduleRandom { 6 On, 7 Off, 8}