CMake/Tests/SimpleInstallS2/TestSubDir/CMakeLists.txt

4 lines
118 B
CMake
Raw Normal View History

2004-06-01 20:55:23 +04:00
ADD_EXECUTABLE(TSD TSD.cxx TSD_utils.cxx)
INSTALL_FILES(/MyTest/include FILES TSD.h)
INSTALL_TARGETS(/MyTest/bin TSD)