ec4b9f8542
- remove TileMgr from sub systems - add to btg terrain engine
8 lines
181 B
CMake
8 lines
181 B
CMake
add_executable(fgelev fgelev.cxx)
|
|
|
|
target_link_libraries(fgelev
|
|
SimGearScene SimGearCore
|
|
${GDAL_LIBRARY}
|
|
)
|
|
|
|
install(TARGETS fgelev RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|