Fix Linux build
This commit is contained in:
parent
101a20443e
commit
66da66771c
2 changed files with 4 additions and 1 deletions
1
extern/imgui/CMakeLists.txt
vendored
1
extern/imgui/CMakeLists.txt
vendored
|
@ -17,3 +17,4 @@ add_library(imgui
|
||||||
src/imstb_truetype.h)
|
src/imstb_truetype.h)
|
||||||
target_include_directories(imgui PUBLIC include PRIVATE src)
|
target_include_directories(imgui PUBLIC include PRIVATE src)
|
||||||
target_link_libraries(imgui PUBLIC SDL2::Core glad)
|
target_link_libraries(imgui PUBLIC SDL2::Core glad)
|
||||||
|
target_compile_definitions(imgui PUBLIC IMGUI_IMPL_OPENGL_LOADER_GLAD)
|
|
@ -1,5 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
#include "aabb.h"
|
#include "aabb.h"
|
||||||
|
|
||||||
constexpr int max_contained_types = 16;
|
constexpr int max_contained_types = 16;
|
||||||
|
|
Loading…
Add table
Reference in a new issue