plugin symbol visibility

This commit is contained in:
2024-05-19 11:44:01 +02:00
parent df2e1d6d42
commit ff52f15566
3 changed files with 10 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if (NOT TARGET imgui)
message("II using FetchContent imgui")
FetchContent_Declare(imgui
GIT_REPOSITORY https://github.com/ocornut/imgui.git
GIT_TAG d6cb3c9 # v1.90.1
GIT_TAG 6ccc561 # v1.90.6
EXCLUDE_FROM_ALL
)