CMake/Tests/RunCMake/BuildDepends/CustomCommandUnityBuild.step1.cmake
Brad King bc40cd7a4e Tests: Add case covering a unity build with a generated source
Exclude the case on generators where it does not yet work.

Issue: #21865
2021-05-19 12:37:18 -04:00

4 lines
87 B
CMake

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