summaryrefslogtreecommitdiffstats
path: root/Tests/VSExcludeFromDefaultBuild/main.c
diff options
context:
space:
mode:
authorPetr Kmoch <petr.kmoch@gmail.com>2012-10-12 13:30:17 (GMT)
committerBrad King <brad.king@kitware.com>2012-11-13 14:08:42 (GMT)
commitb777272b0b165a62d61b745a394fe4fc99dc66ee (patch)
treece7779ef002bb7f04a31014eb21698f5bc129b35 /Tests/VSExcludeFromDefaultBuild/main.c
parentc31e119d246e06fd5cc8d4cbc50b8e0d78c852a0 (diff)
downloadCMake-b777272b0b165a62d61b745a394fe4fc99dc66ee.zip
CMake-b777272b0b165a62d61b745a394fe4fc99dc66ee.tar.gz
CMake-b777272b0b165a62d61b745a394fe4fc99dc66ee.tar.bz2
Add tests for EXCLUDE_FROM_DEFAULT_BUILD
Add tests for EXCLUDE_FROM_DEFAULT_BUILD and its per-configuration variants.
Diffstat (limited to 'Tests/VSExcludeFromDefaultBuild/main.c')
-rw-r--r--Tests/VSExcludeFromDefaultBuild/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/VSExcludeFromDefaultBuild/main.c b/Tests/VSExcludeFromDefaultBuild/main.c
new file mode 100644
index 0000000..8488f4e
--- /dev/null
+++ b/Tests/VSExcludeFromDefaultBuild/main.c
@@ -0,0 +1,4 @@
+int main(void)
+{
+ return 0;
+}