1
2
3
4
5
6
7
8
use cmake_parser_derive::CMake;

#[derive(CMake, Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[cmake(pkg = "crate", list)]
pub enum ScheduleRandom {
    On,
    Off,
}