1
0
Fork 0
flightgear/utils/demconvert/CMakeLists.txt

6 lines
176 B
Text
Raw Normal View History

add_executable(demconvert demconvert.cxx )
2020-08-19 13:49:50 +00:00
target_link_libraries(demconvert SimGearScene SimGearCore)
install(TARGETS demconvert RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})