build: Fixed Objective-C compiler flags
This commit is contained in:
parent
3e87022da1
commit
1367e9cebe
2
lib/external/imgui/CMakeLists.txt
vendored
2
lib/external/imgui/CMakeLists.txt
vendored
@ -34,7 +34,7 @@ add_library(imgui OBJECT
|
||||
)
|
||||
|
||||
target_compile_definitions(imgui PUBLIC IMGUI_IMPL_OPENGL_LOADER_GLAD)
|
||||
target_compile_options(imgui PUBLIC -Wno-stringop-overflow)
|
||||
target_compile_options(imgui PRIVATE -Wno-stringop-overflow)
|
||||
|
||||
target_include_directories(imgui PUBLIC include ${FREETYPE_INCLUDE_DIRS} ${GLFW_INCLUDE_DIRS} ${OpenGL_INCLUDE_DIRS})
|
||||
target_link_directories(imgui PUBLIC ${GLFW_LIBRARY_DIRS} ${OpenGL_LIBRARY_DIRS})
|
||||
|
Loading…
x
Reference in New Issue
Block a user