2013-03-16 19:13:01 +02:00

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)