mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-21 20:11:22 +08:00
6 lines
103 B
C++
6 lines
103 B
C++
int notInAllLibFunc() { return 0; }
|
|
|
|
#if 1
|
|
# error "This target should not be compiled by ALL."
|
|
#endif
|