cmake/Tests/Properties/subdirtest.cxx
2015-04-27 22:25:09 +02:00

10 lines
95 B
C++

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