9 lines
198 B
Text
9 lines
198 B
Text
|
add_executable(demconvert demconvert.cxx )
|
||
|
|
||
|
target_link_libraries(demconvert
|
||
|
SimGearScene SimGearCore
|
||
|
${GDAL_LIBRARY}
|
||
|
)
|
||
|
|
||
|
install(TARGETS demconvert RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|