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