This website requires JavaScript.
Explore
Help
Sign in
fly
/
flightgear
Watch
1
Star
0
Fork
You've already forked flightgear
0
Code
Activity
586fd45b08
flightgear
/
3rdparty
/
CMakeLists.txt
7 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
Relocate Sqlite3 sources, upgrade to 3.8.0.2 Move sqlite source to a separate location, and build with an intermediate library target. This permits us to set compile options easier, including an important one, NDEBUG, which improves performance. Sqlite 3.8.0.2 also includes an updated query planner which may improve some queries, to be tested.
2013-09-25 13:54:16 +01:00
if (NOT SYSTEM_SQLITE)
add_subdirectory(sqlite3)
endif()
Move IAXClient library into 3rdparty directory Remove ENABLE_IAX option Add an improved FGCom standalone as part of FG in utils directory
2013-09-27 16:05:45 +02:00
add_subdirectory(iaxclient/lib)
Copy permalink