This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
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 15:38:46 -04: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 15:22:05 -04:00
project
(
${
RunCMake_TEST
}
NONE
)
include
(
${
RunCMake_TEST
}
.cmake
)
Reference in New Issue
Copy Permalink