Skip to content

Commit

Permalink
something something precompile headers
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMario211 committed Feb 7, 2024
1 parent 8f7d7b4 commit 5a1eac5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5a1eac5

Please sign in to comment.