Link with ShivaVG

This commit is contained in:
Thomas Geymayer 2012-10-25 01:00:37 +02:00
parent a25bd06138
commit d0ae09c7e2
2 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,7 @@ if(SIMGEAR_SHARED)
target_link_libraries(SimGearScene
SimGearCore
ShivaVG
${ZLIB_LIBRARY}
${OPENSCENEGRAPH_LIBRARIES}
${OPENAL_LIBRARY}

View File

@ -8,4 +8,6 @@ set(SOURCES
ODGauge.cxx
)
add_subdirectory(ShivaVG/src)
simgear_scene_component(canvas canvas "${SOURCES}" "${HEADERS}")