include_recursive.cmake 78 B

123
  1. message("${x}")
  2. math(EXPR x "${x} + 1")
  3. include("${CMAKE_CURRENT_LIST_FILE}")