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