Skip to content

Commit

Permalink
update imgui and fixed MacOS RPATH issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWinAdmin committed Mar 18, 2024
1 parent 36850ee commit afb5212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ endif()
if (APPLE)
set(FRAMEWORKS_PATH ${PROJECT_BINARY_DIR}/lib)
add_link_options(-ld_classic)
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-rpath -Wl,/usr/local/lib")
else(APPLE)
set(FRAMEWORKS_PATH ${PROJECT_BINARY_DIR})
endif(APPLE)
Expand Down
2 changes: 1 addition & 1 deletion imgui
Submodule imgui updated from 72b75d to 9125dc

0 comments on commit afb5212

Please sign in to comment.