15 radiodataconversionstate.cpp
21 er9x/er9xinterface.cpp
22 ersky9x/ersky9xeeprom.cpp
23 ersky9x/ersky9xinterface.cpp
24 opentx/opentxeeprom.cpp
25 opentx/opentxinterface.cpp
28 string(REPLACE ".cpp" ".h" firmwares_HDRS "${firmwares_SRCS}")
30 list(APPEND firmwares_HDRS
35 add_library(firmwares ${firmwares_SRCS} ${firmwares_HDRS})
36 target_link_libraries(firmwares ${CPN_COMMON_LIB} Qt5::Core Qt5::Xml Qt5::Widgets)
37 target_include_directories(firmwares
40 ${CMAKE_CURRENT_BINARY_DIR}
42 "${CMAKE_CURRENT_LIST_DIR}"
43 "${CMAKE_CURRENT_LIST_DIR}/er9x"
44 "${CMAKE_CURRENT_LIST_DIR}/ersky9x"
45 "${CMAKE_CURRENT_LIST_DIR}/opentx"