CMake/Tests/InterfaceLibrary/definetestexe.cpp

10 lines
96 B
C++

#ifndef IFACE_DEFINE
#error Expected IFACE_DEFINE
#endif
int main(int,char**)
{
return 0;
}