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