summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstall/TestSubDir
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleInstall/TestSubDir')
-rw-r--r--Tests/SimpleInstall/TestSubDir/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/SimpleInstall/TestSubDir/CMakeLists.txt b/Tests/SimpleInstall/TestSubDir/CMakeLists.txt
index 4f6295300..860e10425 100644
--- a/Tests/SimpleInstall/TestSubDir/CMakeLists.txt
+++ b/Tests/SimpleInstall/TestSubDir/CMakeLists.txt
@@ -1,3 +1,3 @@
-ADD_EXECUTABLE(TSD TSD.cxx TSD_utils.cxx)
-INSTALL_FILES(/MyTest/include FILES TSD.h)
-INSTALL_TARGETS(/MyTest/bin TSD)
+add_executable(TSD TSD.cxx TSD_utils.cxx)
+install_files(/MyTest/include FILES TSD.h)
+install_targets(/MyTest/bin TSD)