CMake: Minimales if/else/endif-Beispiel
English
Deutsch
if/else/endif sieht in CMake so aus:
if_else_example.cmake
if(myvar)
message("if")
else()
message("else")
endif()Check out similar posts by category:
CMake
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow