2012-08-18 11:00:08 +00:00
|
|
|
add_executable(fgelev fgelev.cxx)
|
|
|
|
|
|
|
|
target_link_libraries(fgelev
|
2016-01-30 01:59:16 +00:00
|
|
|
SimGearScene SimGearCore
|
2016-07-30 12:26:45 +00:00
|
|
|
${GDAL_LIBRARY}
|
2012-08-18 11:00:08 +00:00
|
|
|
)
|
|
|
|
|
2016-07-09 21:14:28 +00:00
|
|
|
install(TARGETS fgelev RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|