This website requires JavaScript.
Explore
Help
Sign In
v4games
/
assimp
Watch
3
Star
0
Fork
You've already forked assimp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b1369d0912
assimp
/
contrib
/
CMakeLists.txt
3 lines
90 B
CMake
Raw
Normal View
History
Unescape
Escape
- Apply mechanism to decide use for IrrXML external or internal Several distributions usually decide for shared external libraries instead of an usual embedded, for security reasons, duplicatiion issues. This change enable the possibility to set SYSTEM_IRRXML=ON for detect and build against a system installed irrxml. By default, the internal copy is compiled. Changes on build: - Added a FindIrrXML cmake module. - Moved the source recipe for proper CMakeLists inside contrib directory - Includes aren't path based anymore, using the provided INCLUDE_DIR - Compiler option are grouped in a singled entry on main CMakeLists Note: Current internal assimp irrXML is older than upstream irrlicht 1.8.4. To enable usage of this version, code need to be patched.
2017-04-27 15:19:51 +00:00
# Compile internal irrXML only if system is not requested
Xml: Prepare replacement of irrXml.
2019-07-21 10:19:19 +00:00
add_subdirectory
(
pugixml-1.9
)