cmake/Tests/Properties/SubDir/properties3.cxx
Pierre Habouzit 4c630dbbc0 import cmake 2.6.0
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
2008-10-12 18:41:06 +02:00

10 lines
145 B
C++
Executable File

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