combine with desktop project
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
11
components/CMakeLists.txt
Normal file
11
components/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
if (DEFINED ENV{IDF_PATH})
|
||||
return()
|
||||
endif()
|
||||
|
||||
add_library(components INTERFACE)
|
||||
|
||||
add_subdirectory(imgui)
|
||||
add_subdirectory(justus)
|
||||
add_subdirectory(peter)
|
||||
|
||||
target_link_libraries(components INTERFACE ImGui)
|
Reference in New Issue
Block a user