CMake/Tests/Complex/Library/file2.cxx

11 lines
146 B
C++
Raw Normal View History

#include <string.h>
2004-04-15 21:59:29 +04:00
#ifdef CMAKE_IS_REALLY_FUN
This is a problem. Looks like REMOVE_DEFINITION does not work
#endif
2001-08-23 21:57:45 +04:00
int file2()
{
return 1;
}