Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/CMakeCommands/add_compile_options/main.cpp
3157 views
1
2
#ifdef DO_GNU_TESTS
3
# ifndef TEST_OPTION
4
# error Expected TEST_OPTION
5
# endif
6
#endif
7
8
int main(void)
9
{
10
return 0;
11
}
12
13