cmake/Tests/Complex/Library/notInAllLib.cxx
2016-07-09 11:21:54 +02:00

9 lines
104 B
C++

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