2004-06-01 12:55:23 -04:00

4 lines
104 B
CMake

ADD_EXECUTABLE(TSD TSD.cxx TSD_utils.cxx)
INSTALL_FILES(/include FILES TSD.h)
INSTALL_TARGETS(/bin TSD)