]> git.mxchange.org Git - simgear.git/commitdiff
Link with ShivaVG
authorThomas Geymayer <tomgey@gmail.com>
Wed, 24 Oct 2012 23:00:37 +0000 (01:00 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Wed, 24 Oct 2012 23:02:38 +0000 (01:02 +0200)
simgear/CMakeLists.txt
simgear/canvas/CMakeLists.txt

index fd83c895e50e6130d24203ea0efe6314000c1492..d505998de184c9bcf404a2ceb5188516aa64d6de 100644 (file)
@@ -79,6 +79,7 @@ if(SIMGEAR_SHARED)
 
         target_link_libraries(SimGearScene
             SimGearCore
+            ShivaVG
             ${ZLIB_LIBRARY}
             ${OPENSCENEGRAPH_LIBRARIES}
             ${OPENAL_LIBRARY}
index 430c48258281ca8126b6fbc4f0aada6067b2d6d5..dac03aba813e01267eef4cdc151b0b687101ae98 100644 (file)
@@ -8,4 +8,6 @@ set(SOURCES
     ODGauge.cxx
     )
 
+add_subdirectory(ShivaVG/src)
+
 simgear_scene_component(canvas canvas "${SOURCES}" "${HEADERS}")