mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
4 lines
104 B
CMake
4 lines
104 B
CMake
ADD_EXECUTABLE(TSD TSD.cxx TSD_utils.cxx)
|
|
INSTALL_FILES(/include FILES TSD.h)
|
|
INSTALL_TARGETS(/bin TSD)
|