cmake/Tests/Properties/subdirtest.cxx
2018-08-09 18:06:22 +02:00

10 lines
97 B
C++

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