]> git.mxchange.org Git - flightgear.git/blob - utils/fgviewer/CMakeLists.txt
9a803e90a34a322b979380b69a8ff4fa4c7a69fc
[flightgear.git] / utils / fgviewer / CMakeLists.txt
1
2 add_executable(fgviewer fgviewer.cxx)
3
4 target_link_libraries(fgviewer
5         ${SIMGEAR_LIBRARIES}
6         ${OPENSCENEGRAPH_LIBRARIES}
7         ${OPENGL_LIBRARIES}
8         ${PLIB_LIBRARIES}
9         ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
10 )
11
12 install(TARGETS fgviewer RUNTIME DESTINATION bin)