mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +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()
|
endif()
|
||||||
if(CLI)
|
if(CLI)
|
||||||
add_definitions(-DCLI)
|
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)
|
elseif(DEBUG)
|
||||||
set(SRC ${SRC} dump.cpp)
|
set(SRC ${SRC} dump.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue