cmake/Tests/Properties/SubDir/properties3.cxx
2016-07-09 11:21:54 +02:00

10 lines
144 B
C++

#include "properties.h"
#include "properties2.h"
#if defined HAVE_PROPERTIES_H && defined HAVE_PROPERTIES2_H
int main()
{
return 0;
}
#endif