CMakeLists.txt 126 B

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