try fix mac

This commit is contained in:
Green Sky 2024-01-07 17:57:34 +01:00
parent 3356861028
commit cd0506c955
No known key found for this signature in database

View File

@ -31,6 +31,7 @@ if (NOT TARGET imgui)
${imgui_SOURCE_DIR}/misc/cpp/imgui_stdlib.cpp
)
target_include_directories(imgui PUBLIC ${imgui_SOURCE_DIR})
target_compile_features(imgui PUBLIC cxx_std_11)
endif()
endif()