summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CheckIPOSupported/CMakeLists.txt
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2017-03-11 11:56:00 (GMT)
committerRuslan Baratov <ruslan_baratov@yahoo.com>2017-03-21 14:38:53 (GMT)
commit6c8326749fccd37afd5343d926d650c87ecdfb9f (patch)
treead5d4429bed6a16b2e918476f98cf2e084c23483 /Tests/RunCMake/CheckIPOSupported/CMakeLists.txt
parentfdb2ba2521998397d97d466b10a8ac2458363625 (diff)
downloadCMake-6c8326749fccd37afd5343d926d650c87ecdfb9f.zip
CMake-6c8326749fccd37afd5343d926d650c87ecdfb9f.tar.gz
CMake-6c8326749fccd37afd5343d926d650c87ecdfb9f.tar.bz2
Tests for 'CheckIPOSupported' module
Diffstat (limited to 'Tests/RunCMake/CheckIPOSupported/CMakeLists.txt')
-rw-r--r--Tests/RunCMake/CheckIPOSupported/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/CheckIPOSupported/CMakeLists.txt b/Tests/RunCMake/CheckIPOSupported/CMakeLists.txt
new file mode 100644
index 0000000..a0effc9
--- /dev/null
+++ b/Tests/RunCMake/CheckIPOSupported/CMakeLists.txt
@@ -0,0 +1,4 @@
+cmake_minimum_required(VERSION 3.0)
+project(${RunCMake_TEST} NONE)
+include(CheckIPOSupported)
+include(${RunCMake_TEST}.cmake)