cmake/Tests/Properties/subdirtest.cxx

10 lines
97 B
C++
Raw Normal View History

2015-04-27 22:25:09 +02:00
#ifndef SUBDIR_TEST
2018-08-09 18:06:22 +02:00
# error Expected SUBDIR_TEST
2015-04-27 22:25:09 +02:00
#endif
int main(int, char**)
{
return 0;
}