CMake/Tests/RunCMake/BuildDepends/C-Exe.step2.cmake
Brad King 73a058f856 Tests: Add RunCMake.BuildDepends test
This will allow more granular checks than the main BuildDepends test.
Start with a simple single-source C program.
2015-09-17 10:21:09 -04:00

4 lines
84 B
CMake

file(WRITE "${RunCMake_TEST_BINARY_DIR}/main.c" [[
int main(void) { return 2; }
]])