CMake/Tests/SimpleInstall/TestSubDir/CMakeLists.txt

4 lines
118 B
CMake

add_executable(TSD TSD.cxx TSD_utils.cxx)
install_files(/MyTest/include FILES TSD.h)
install_targets(/MyTest/bin TSD)