This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
528b19e505
CMake
/
Tests
/
RunCMake
/
GenerateExportHeader
/
CMakeLists.txt
4 lines
99 B
CMake
Raw
Normal View
History
Unescape
Escape
Tests: Cleanup RunCMake.GenerateExportHeader somewhat
2016-09-01 22:38:46 +03:00
cmake_minimum_required
(
VERSION
3.6
)
Tests: Port GenerateExportHeader test to RunCMake infrastructure This will allow build failure cases to be added later.
2016-09-01 22:22:05 +03:00
project
(
${
RunCMake_TEST
}
NONE
)
include
(
${
RunCMake_TEST
}
.cmake
)