2012-08-18 13:00:08 +02:00
|
|
|
add_executable(fgelev fgelev.cxx)
|
|
|
|
|
2020-08-19 14:49:50 +01:00
|
|
|
target_link_libraries(fgelev SimGearScene SimGearCore)
|
2012-08-18 13:00:08 +02:00
|
|
|
|
2016-07-09 17:14:28 -04:00
|
|
|
install(TARGETS fgelev RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|