4 lines
118 B
CMake
Raw Normal View History

2013-03-16 19:13:01 +02:00
add_executable(TSD TSD.cxx TSD_utils.cxx)
install_files(/MyTest/include FILES TSD.h)
install_targets(/MyTest/bin TSD)