restructure folder
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -5,7 +5,7 @@ endif ()
|
||||
add_library(components INTERFACE)
|
||||
|
||||
add_subdirectory(imgui)
|
||||
add_subdirectory(justus)
|
||||
add_subdirectory(peter)
|
||||
add_subdirectory(insa)
|
||||
add_subdirectory(ruth)
|
||||
|
||||
target_link_libraries(components INTERFACE ImGui)
|
||||
|
@@ -14,7 +14,7 @@ if (DEFINED ENV{IDF_PATH})
|
||||
endif ()
|
||||
|
||||
cmake_minimum_required(VERSION 3.30)
|
||||
project(justus)
|
||||
project(insa)
|
||||
|
||||
add_library(${PROJECT_NAME} STATIC
|
||||
src/common/PSMenu.cpp
|
||||
@@ -33,5 +33,5 @@ target_include_directories(${PROJECT_NAME} PUBLIC include)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE
|
||||
u8g2
|
||||
peter
|
||||
ruth
|
||||
)
|
@@ -7,7 +7,7 @@ if (DEFINED ENV{IDF_PATH})
|
||||
endif ()
|
||||
|
||||
cmake_minimum_required(VERSION 3.30)
|
||||
project(peter)
|
||||
project(ruth)
|
||||
|
||||
add_library(${PROJECT_NAME} STATIC
|
||||
PushButton.cpp
|
Reference in New Issue
Block a user