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