CMakeLists.txt 199 B

12345
  1. set_source_files_properties("${CMAKE_CURRENT_SOURCE_DIR}/../subdirtest.cxx"
  2. PROPERTIES COMPILE_DEFINITIONS SUBDIR_TEST)
  3. add_executable(subdirtest "${CMAKE_CURRENT_SOURCE_DIR}/../subdirtest.cxx")