2015-01-18 20:10:05 +00:00
|
|
|
add_executable(stgmerge stgmerge.cxx)
|
|
|
|
|
|
|
|
target_link_libraries(stgmerge
|
2016-01-30 01:59:16 +00:00
|
|
|
SimGearScene
|
2015-01-18 20:10:05 +00:00
|
|
|
${OPENSCENEGRAPH_LIBRARIES}
|
|
|
|
${OPENGL_LIBRARIES}
|
|
|
|
)
|
|
|
|
|
2016-07-09 21:14:28 +00:00
|
|
|
install(TARGETS stgmerge RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|