]> git.mxchange.org Git - flightgear.git/blob - utils/fgviewer/CMakeLists.txt
fgviewer: Does not need plib.
[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         ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
9 )
10
11 install(TARGETS fgviewer RUNTIME DESTINATION bin)