4 lines
93 B
CMake
4 lines
93 B
CMake
message("${x}")
|
|
math(EXPR x "${x} + 1")
|
|
ctest_read_custom_files("${CMAKE_CURRENT_LIST_DIR}")
|