From 5a1eac5389e9dd603c060f458db8ed1682c3b638 Mon Sep 17 00:00:00 2001 From: FireMario211 <17692105+FireMario211@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:56:33 -0500 Subject: [PATCH] something something precompile headers --- CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb69c5c..5c94064 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,12 @@ else() endif() set(IMGUI_VERSION "v1.90") -CPMAddPackage("gh:matcool/gd-imgui-cocos#5bc72d6") # specify a commit! +if (APPLE) + message("mat please merge the pr") + CPMAddPackage("gh:ninXout/gd-imgui-cocos#dd044a8") +else() + CPMAddPackage("gh:matcool/gd-imgui-cocos#5bc72d6") # specify a commit! +endif() target_link_libraries(${PROJECT_NAME} imgui-cocos) add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)