]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/CMakeLists.txt
Option to restore defaults and enable/disable random buildings+vegetation
[flightgear.git] / src / Main / CMakeLists.txt
index 92dbb7ceb3347addfea6459d620dd2df5e137309..2a541e30498428c3df8a7d13e03189e22f4fe0fe 100644 (file)
@@ -64,6 +64,9 @@ if(ENABLE_JSBSIM)
     target_link_libraries(fgfs JSBSim)
 endif()
 
+include_directories(${PROJECT_SOURCE_DIR}/src/Canvas/ShivaVG/include)
+add_definitions(-DVG_API_EXPORT)
+
 target_link_libraries(fgfs
        ${SIMGEAR_LIBRARIES}
        ${OPENSCENEGRAPH_LIBRARIES}
@@ -75,6 +78,7 @@ target_link_libraries(fgfs
        ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
        ${SIMGEAR_SCENE_LIBRARY_DEPENDENCIES}
        ${PLATFORM_LIBS}
+       ShivaVG
 )
 
 install(TARGETS fgfs RUNTIME DESTINATION bin)