Link with ShivaVG
This commit is contained in:
parent
a25bd06138
commit
d0ae09c7e2
@ -79,6 +79,7 @@ if(SIMGEAR_SHARED)
|
|||||||
|
|
||||||
target_link_libraries(SimGearScene
|
target_link_libraries(SimGearScene
|
||||||
SimGearCore
|
SimGearCore
|
||||||
|
ShivaVG
|
||||||
${ZLIB_LIBRARY}
|
${ZLIB_LIBRARY}
|
||||||
${OPENSCENEGRAPH_LIBRARIES}
|
${OPENSCENEGRAPH_LIBRARIES}
|
||||||
${OPENAL_LIBRARY}
|
${OPENAL_LIBRARY}
|
||||||
|
@ -8,4 +8,6 @@ set(SOURCES
|
|||||||
ODGauge.cxx
|
ODGauge.cxx
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_subdirectory(ShivaVG/src)
|
||||||
|
|
||||||
simgear_scene_component(canvas canvas "${SOURCES}" "${HEADERS}")
|
simgear_scene_component(canvas canvas "${SOURCES}" "${HEADERS}")
|
||||||
|
Loading…
Reference in New Issue
Block a user