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