4 lines
78 B
CMake
4 lines
78 B
CMake
|
message("${x}")
|
||
|
math(EXPR x "${x} + 1")
|
||
|
include("${CMAKE_CURRENT_LIST_FILE}")
|