Skip to content

Commit

Permalink
Windows SDL2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Sep 28, 2024
1 parent 257bb25 commit 39a14e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/dear_imgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ add_library(imgui STATIC ${IMGUI_SOURCES})
if (APPLE OR LINUX OR UNIX)
target_include_directories(imgui PRIVATE ${SDL2_INCLUDE_DIRS})
else()
target_include_directories(imgui PRIVATE "${CMAKE_SOURCE_DIR}/../sdl2/include")
target_include_directories(imgui PRIVATE "${CMAKE_SOURCE_DIR}/../../sdl2/include")
endif()

0 comments on commit 39a14e5

Please sign in to comment.