cmake/Tests/RunCMake/include/RunCMakeTest.cmake

8 lines
151 B
CMake
Raw Normal View History

2012-08-04 10:26:08 +03:00
include(RunCMake)
run_cmake(EmptyString)
run_cmake(EmptyStringOptional)
2014-08-03 19:52:23 +02:00
run_cmake(CMP0024-WARN)
run_cmake(CMP0024-NEW)
run_cmake(ExportExportInclude)