Merge device changes from https://github.com/wheaney/xrealAirLinuxDriver
This commit is contained in:
parent
e08f98db93
commit
da91b813f0
14 changed files with 124 additions and 91 deletions
|
@ -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}
|
||||
)
|
||||
|
|
Reference in a new issue