CMakeLists.txt 138 B

1234
  1. # Compile internal irrXML only if system is not requested
  2. if( NOT SYSTEM_IRRXML )
  3. add_subdirectory(irrXML)
  4. endif( NOT SYSTEM_IRRXML )