1
0
Fork 0
flightgear/utils/fgelev/CMakeLists.txt

12 lines
276 B
Text
Raw Normal View History

add_executable(fgelev fgelev.cxx)
target_link_libraries(fgelev
${SIMGEAR_LIBRARIES}
${OPENSCENEGRAPH_LIBRARIES}
${OPENGL_LIBRARIES}
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
${ZLIB_LIBRARY}
)
install(TARGETS fgelev RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})