summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BuildDepends/MakeInProjectOnly.c
diff options
context:
space:
mode:
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(); }