Debug Tools and Scrollable widget
This commit is contained in:
parent
f68f91f7d5
commit
458e56fb4c
27 changed files with 274 additions and 103 deletions
5
Externals/CMakeLists.txt
vendored
5
Externals/CMakeLists.txt
vendored
|
|
@ -49,11 +49,14 @@ set(${PROJECT_NAME}_SOURCES
|
|||
|
||||
imgui/backends/imgui_impl_glfw.cpp
|
||||
imgui/backends/imgui_impl_opengl3.cpp
|
||||
|
||||
implot/implot.cpp
|
||||
implot/implot_items.cpp
|
||||
)
|
||||
|
||||
add_library(${PROJECT_NAME} STATIC ${${PROJECT_NAME}_SOURCES})
|
||||
include_directories(${PROJECT_NAME} ./glfw/include)
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ./imgui/ ./imgui/backends/)
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ./imgui/ ./imgui/backends/ ./implot/)
|
||||
|
||||
project(Nanovg)
|
||||
set(${PROJECT_NAME}_SOURCES
|
||||
|
|
|
|||
1
Externals/implot
vendored
Submodule
1
Externals/implot
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f156599faefe316f7dd20fe6c783bf87c8bb6fd9
|
||||
Loading…
Add table
Add a link
Reference in a new issue