mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00:00
10 lines
145 B
C++
10 lines
145 B
C++
#include "properties.h"
|
|
#include "properties2.h"
|
|
|
|
#if defined HAVE_PROPERTIES_H && defined HAVE_PROPERTIES2_H
|
|
int main ()
|
|
{
|
|
return 0;
|
|
}
|
|
#endif
|