Searched refs:CMAKE (Results 1 – 4 of 4) sorted by relevance
/tools/netsim/scripts/tasks/ |
D | compile_task.py | 20 from utils import (CMAKE, run) 33 [CMAKE, "--build", self.out],
|
D | compile_install_task.py | 21 from utils import (CMAKE, run) 39 [CMAKE, "--build", self.out, "--target", target],
|
/tools/netsim/rust/proto/ |
D | CMakeLists.txt | 15 # cmake unless the CMAKE environmental variable is set. 17 corrosion_set_env_vars(netsim-proto CMAKE=${CMAKE_COMMAND})
|
/tools/netsim/scripts/ |
D | utils.py | 63 CMAKE = shutil.which( variable
|