assimp/contrib/CMakeLists.txt

5 lines
126 B
CMake
Raw Normal View History

# Compile internal irrXML only if system is not requested
if( NOT ASSIMP_SYSTEM_IRRXML )
add_subdirectory(irrXML)
endif()