cmake/Tests/Complex/Library/notInAllLib.cxx
2018-08-09 18:06:22 +02:00

9 lines
106 B
C++

int notInAllLibFunc()
{
return 0;
}
#if 1
# error "This target should not be compiled by ALL."
#endif