]> git.mxchange.org Git - simgear.git/blobdiff - simgear/CMakeLists.txt
Taxiway signs: support all variants from the apt.dat 850 spec and
[simgear.git] / simgear / CMakeLists.txt
index 3ad734fa1ab7cfa13cd712d236eff9312bbbc49a..9d22951a7b987af858cfad3f68d43ffd8cb238f0 100644 (file)
@@ -11,7 +11,6 @@ foreach( mylibfolder
         misc
         nasal
         props
-        route
         serial
         structure
         threads
@@ -70,8 +69,6 @@ if(SIMGEAR_SHARED)
     endif(LIBSVN_FOUND)
 
     if(NOT SIMGEAR_HEADLESS)
-        list(APPEND sceneSources scene/util/SGCoreOSGDependant.cxx)
-
         add_library(SimGearScene SHARED ${sceneSources})
       # set_property(TARGET SimGearScene PROPERTY FRAMEWORK 1)
       # set_property(TARGET SimGearScene PROPERTY PUBLIC_HEADER "${publicHeaders}")