5 lines
159 B
CMake
5 lines
159 B
CMake
add_executable(fgelev fgelev.cxx)
|
|
|
|
target_link_libraries(fgelev SimGearScene SimGearCore)
|
|
|
|
install(TARGETS fgelev RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|