X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2Ffgviewer%2FCMakeLists.txt;h=9a803e90a34a322b979380b69a8ff4fa4c7a69fc;hb=549c5eccb9e18b6db2f469ca9d38e35dda4e33f1;hp=08ff3da346412b841f1372e372dff56b27f7839d;hpb=4d0a6f5668ff2f8ca59a57a6ddd1c759c410900b;p=flightgear.git diff --git a/utils/fgviewer/CMakeLists.txt b/utils/fgviewer/CMakeLists.txt index 08ff3da34..9a803e90a 100644 --- a/utils/fgviewer/CMakeLists.txt +++ b/utils/fgviewer/CMakeLists.txt @@ -1,12 +1,12 @@ add_executable(fgviewer fgviewer.cxx) -target_link_libraries(fgviewer +target_link_libraries(fgviewer ${SIMGEAR_LIBRARIES} - ${OPENSCENEGRAPH_LIBRARIES} + ${OPENSCENEGRAPH_LIBRARIES} ${OPENGL_LIBRARIES} - ${ZLIB_LIBRARIES} ${PLIB_LIBRARIES} - ${JS_LIBS}) - + ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES} +) + install(TARGETS fgviewer RUNTIME DESTINATION bin)