]> git.mxchange.org Git - simgear.git/blobdiff - simgear/CMakeLists.txt
scene: Allow ground based elevations in stg files.
[simgear.git] / simgear / CMakeLists.txt
index 46a22b6571f7be7e24584ee9bde3aea5e8dd8b2a..a613805f58233fd8f79b9ad2131b5096b305cb28 100644 (file)
@@ -3,6 +3,7 @@ file(WRITE ${PROJECT_BINARY_DIR}/simgear/version.h "#define SIMGEAR_VERSION ${SI
 
 foreach( mylibfolder 
         bucket
+        bvh
         debug
         ephemeris
         io
@@ -75,7 +76,7 @@ if(SIMGEAR_SHARED)
             SimGearCore
             ${ZLIB_LIBRARY}
             ${OPENSCENEGRAPH_LIBRARIES}
-            ${OPENAL_LIBRARY} ${ALUT_LIBRARY}
+            ${OPENAL_LIBRARY}
             ${OPENGL_LIBRARY}
             ${JPEG_LIBRARY})