summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BuildDepends/MakeInProjectOnly.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-24 12:49:43 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-03-24 12:49:43 (GMT)
commit917d49ed93b7b43ac3508dbd81f0645433880724 (patch)
tree10b272f195f21e2ee24e92ea37c167daaa63a8c7 /Tests/RunCMake/BuildDepends/MakeInProjectOnly.c
parent5b2acf6c1c904df96bd0031c9469e61118da5200 (diff)
parentb06e17da7b4137d22ae7cfcf14c6aa3205577822 (diff)
downloadCMake-917d49ed93b7b43ac3508dbd81f0645433880724.zip
CMake-917d49ed93b7b43ac3508dbd81f0645433880724.tar.gz
CMake-917d49ed93b7b43ac3508dbd81f0645433880724.tar.bz2
Merge topic 'cmake-depend-in-project-only'
b06e17da Help: Add notes for topic 'cmake-depend-in-project-only' 52540245 Tests: Add test for CMAKE_DEPENDS_IN_PROJECT_ONLY variable b1e1aa1e Makefile: Optionally scan only source and build trees for dependencies
Diffstat (limited to 'Tests/RunCMake/BuildDepends/MakeInProjectOnly.c')
-rw-r--r--Tests/RunCMake/BuildDepends/MakeInProjectOnly.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/BuildDepends/MakeInProjectOnly.c b/Tests/RunCMake/BuildDepends/MakeInProjectOnly.c
new file mode 100644
index 0000000..bcb8745
--- /dev/null
+++ b/Tests/RunCMake/BuildDepends/MakeInProjectOnly.c
@@ -0,0 +1,2 @@
+#include <MakeInProjectOnly.h>
+int main() { return MakeInProjectOnly(); }