flightgear/utils/stgmerge/CMakeLists.txt

10 lines
207 B
CMake
Raw Normal View History

2022-10-20 20:29:11 +08:00
add_executable(stgmerge stgmerge.cxx)
target_link_libraries(stgmerge
SimGearScene
${OPENSCENEGRAPH_LIBRARIES}
${OPENGL_LIBRARIES}
)
install(TARGETS stgmerge RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})