summaryrefslogtreecommitdiffstats
path: root/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-16 20:27:00 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-16 20:27:00 (GMT)
commit885f55b3d0cfe0d1274999b44fc441967410520f (patch)
tree7ea3c5e28bf203fbd1bfadc050503c965b43b738 /Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt
parent4dec2a174a83415e9b6d26f4d0e0750111a051ef (diff)
downloadCMake-885f55b3d0cfe0d1274999b44fc441967410520f.zip
CMake-885f55b3d0cfe0d1274999b44fc441967410520f.tar.gz
CMake-885f55b3d0cfe0d1274999b44fc441967410520f.tar.bz2
load command test
Diffstat (limited to 'Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt')
-rw-r--r--Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt
new file mode 100644
index 0000000..3a019aa
--- /dev/null
+++ b/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt
@@ -0,0 +1,4 @@
+PROJECT(CMAKE_LOADED_COMMANDS)
+
+INCLUDE_DIRECTORIES(${CMAKE_ROOT}/include ${CMAKE_ROOT}/Source)
+ADD_LIBRARY(cmCMAKE_TEST_COMMAND SHARED cmTestCommand.c)