index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CheckSourceRuns
/
NonExistentLanguage.cmake
blob: 8300740366dc72431bb84aa210203742941ac50c (
plain
)
1
2
3
include(CheckSourceRuns) check_source_runs(FAKE_LANG "int main() {return 0;}" SHOULD_BUILD)