Squashed 'deps/nostalgia/' changes from 9cb6bd4a..5b167fd5
5b167fd5 [nfde] Bump minimum CMake for NFDE to silence CMake warning a701a241 [imgui] Add target_include_directories for ImGui 9907bb8f [nostalgia] Allow building Studio mods without Studio app git-subtree-dir: deps/nostalgia git-subtree-split: 5b167fd53bd513a3a071b81fcc3b74b011d48e31
This commit is contained in:
5
deps/imgui/CMakeLists.txt
vendored
5
deps/imgui/CMakeLists.txt
vendored
@ -15,3 +15,8 @@ add_library(
|
||||
backends/imgui_impl_glfw.cpp
|
||||
backends/imgui_impl_opengl3.cpp
|
||||
)
|
||||
|
||||
target_include_directories(
|
||||
imgui SYSTEM PUBLIC
|
||||
.
|
||||
)
|
2
deps/nfde/CMakeLists.txt
vendored
2
deps/nfde/CMakeLists.txt
vendored
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(nativefiledialog-extended)
|
||||
|
||||
if(NOT MSVC)
|
||||
|
Reference in New Issue
Block a user