Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
InterfaceLinkLibraries
/
bang.cpp
blob: 722af9f1846174f76ba55517c6634f9326ad4ef5 [
file
] [
log
] [
blame
]
#ifdef
FOO_LIBRARY
# error Unexpected FOO_LIBRARY
#endif
#ifdef
BAR_LIBRARY
# error Unexpected BAR_LIBRARY
#endif
#include
"bang.h"
int
bang
()
{
return
0
;
}