mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Compilation fix
This commit is contained in:
parent
59b457650a
commit
2a5ab33d67
1 changed files with 2 additions and 1 deletions
|
@ -462,7 +462,8 @@ if(ARCH STREQUAL ARM)
|
|||
endif()
|
||||
if(CLI)
|
||||
add_definitions(-DCLI)
|
||||
set(FIRMWARE_SRC ${FIRMWARE_SRC} cli.cpp dump.cpp)
|
||||
set(FIRMWARE_SRC ${FIRMWARE_SRC} cli.cpp)
|
||||
set(SRC ${SRC} dump.cpp)
|
||||
elseif(DEBUG)
|
||||
set(SRC ${SRC} dump.cpp)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue