summaryrefslogtreecommitdiff
path: root/Tests/Properties/SubDir2/CMakeLists.txt
blob: 377dc830ef2ac26e4768893b5d79a145a6cd82a6 (plain)
1
2
3
4
5

set_source_files_properties("${CMAKE_CURRENT_SOURCE_DIR}/../subdirtest.cxx"
  PROPERTIES COMPILE_DEFINITIONS SUBDIR_TEST)

add_executable(subdirtest "${CMAKE_CURRENT_SOURCE_DIR}/../subdirtest.cxx")