diff --git a/simgear/CMakeLists.txt b/simgear/CMakeLists.txt index fd83c895..d505998d 100644 --- a/simgear/CMakeLists.txt +++ b/simgear/CMakeLists.txt @@ -79,6 +79,7 @@ if(SIMGEAR_SHARED) target_link_libraries(SimGearScene SimGearCore + ShivaVG ${ZLIB_LIBRARY} ${OPENSCENEGRAPH_LIBRARIES} ${OPENAL_LIBRARY} diff --git a/simgear/canvas/CMakeLists.txt b/simgear/canvas/CMakeLists.txt index 430c4825..dac03aba 100644 --- a/simgear/canvas/CMakeLists.txt +++ b/simgear/canvas/CMakeLists.txt @@ -8,4 +8,6 @@ set(SOURCES ODGauge.cxx ) +add_subdirectory(ShivaVG/src) + simgear_scene_component(canvas canvas "${SOURCES}" "${HEADERS}")