summaryrefslogtreecommitdiffstats
path: root/Tests/MissingInstall/mybin.cpp
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2013-12-25 16:59:24 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2014-01-08 15:28:14 (GMT)
commitbe0458c5620d611a772fd3a25312cf5ae6cb492c (patch)
treea026c5ba04bd2404ce29ae77b22485a865f92bd2 /Tests/MissingInstall/mybin.cpp
parentb87ce492ab4600091262593499095ea5db1ae0ca (diff)
downloadCMake-be0458c5620d611a772fd3a25312cf5ae6cb492c.zip
CMake-be0458c5620d611a772fd3a25312cf5ae6cb492c.tar.gz
CMake-be0458c5620d611a772fd3a25312cf5ae6cb492c.tar.bz2
InstallRules: added new variable to disable generation of install rules
The boolean variable CMAKE_SKIP_INSTALL_RULES allows disabling generation of install rules for projects which don't want them.
Diffstat (limited to 'Tests/MissingInstall/mybin.cpp')
-rw-r--r--Tests/MissingInstall/mybin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/MissingInstall/mybin.cpp b/Tests/MissingInstall/mybin.cpp
new file mode 100644
index 0000000..237c8ce
--- /dev/null
+++ b/Tests/MissingInstall/mybin.cpp
@@ -0,0 +1 @@
+int main() {}