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

17 lines
210 B
Text
Raw Normal View History

set(SOURCES
fgtraffic.cxx
)
set(HEADERS
fgtraffic.hxx
)
add_executable(fgtraffic
${SOURCES} ${HEADERS}
)
install(TARGETS fgtraffic RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})