Support for building and running external apps (#112)
This commit is contained in:
committed by
GitHub
parent
42e843b463
commit
415442e410
@@ -0,0 +1,17 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
set(TACTILITY_SKIP_SPIFFS 1)
|
||||
add_definitions(-DESP_TARGET)
|
||||
add_compile_definitions(ESP_TARGET)
|
||||
|
||||
add_definitions(-DLV_CONF_PATH=../../../Boards/Simulator/Source/lv_conf.h)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
|
||||
set(EXTRA_COMPONENT_DIRS "../../Libraries/elf_loader")
|
||||
|
||||
project(HelloWorld)
|
||||
|
||||
include(elf_loader)
|
||||
project_elf(HelloWorld)
|
||||
|
||||
Reference in New Issue
Block a user