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
67806a59b0
simgear
/
3rdparty
/
CMakeLists.txt
8 lines
109 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
(
)
Cmake refresh Use target objects everywhere, and simplify handling of system vs local dependencies.
2020-08-18 17:31:47 +08:00
if
(
NOT
SYSTEM_UDNS
)
Initial commit for a DNS service resolver - import udns library (http://www.corpit.ru/mjt/udns.html) - initial draft for a DNSClient (derived from HTTPClient) Enable compile and test by adding -D ENABLE_DNS=Yes to cmake flags
2016-04-28 14:19:30 +08:00
add_subdirectory
(
udns
)
endif
(
)
Reference in New Issue
Copy Permalink