This commit is contained in:
wheaney 2023-09-06 14:20:44 -07:00
parent e08f98db93
commit da91b813f0
14 changed files with 124 additions and 91 deletions

View file

@ -9,9 +9,9 @@ add_executable(
)
target_include_directories(nrealAirUpgradeMCU
BEFORE PUBLIC ${NRA_INCLUDE_DIR}
BEFORE PUBLIC ${NREAL_AIR_INCLUDE_DIR}
)
target_link_libraries(nrealAirUpgradeMCU
${NRA_LIBRARY}
${NREAL_AIR_LIBRARY}
)