This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
simgear
Watch
4
Star
0
Fork
0
You've already forked simgear
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
be0447d4c0
simgear
/
3rdparty
/
CMakeLists.txt
6 lines
79 B
CMake
Raw
Normal View
History
Unescape
Escape
Move bundled Expat to new home. Renamed bundled Expat headers to avoid any possibility of accidental including system headers when using bundled Expat, or vice-versa. Should help with SVN crashes reported by Thomas.
2013-09-20 03:12:32 +08:00
if
(
NOT
SYSTEM_EXPAT
)
add_subdirectory
(
expat
)
endif
(
)
Fallback for old Boost (also with UTF8-CPP library).
2014-07-30 18:44:21 +08:00
add_subdirectory
(
utf8
)
Reference in New Issue
Copy Permalink