]> git.mxchange.org Git - flightgear.git/blob - utils/fgviewer/CMakeLists.txt
Merge branch 'next' of http://git.gitorious.org/fg/flightgear into next
[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         ${ZLIB_LIBRARIES}
9         ${PLIB_LIBRARIES})
10         
11 install(TARGETS fgviewer RUNTIME DESTINATION bin)