summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall/TestSubDir/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleInstall/TestSubDir/CMakeLists.txt')
-rw-r--r--Tests/SimpleInstall/TestSubDir/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/TestSubDir/CMakeLists.txt b/Tests/SimpleInstall/TestSubDir/CMakeLists.txt
new file mode 100644
index 0000000..a99711d
--- /dev/null
+++ b/Tests/SimpleInstall/TestSubDir/CMakeLists.txt
@@ -0,0 +1,3 @@
+ADD_EXECUTABLE(TSD TSD.cxx TSD_utils.cxx)
+INSTALL_FILES(/include FILES TSD.h)
+INSTALL_TARGETS(/bin TSD)