mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-17 07:56:00 +08:00
waver : fix font loading and snap build
This commit is contained in:
6
examples/third-party/imgui/CMakeLists.txt
vendored
6
examples/third-party/imgui/CMakeLists.txt
vendored
@@ -123,3 +123,9 @@ if (GGWAVE_SUPPORT_SDL2)
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
install(TARGETS imgui LIBRARY DESTINATION lib)
|
||||
|
||||
if (GGWAVE_SUPPORT_SDL2)
|
||||
install(TARGETS imgui-sdl2 LIBRARY DESTINATION lib)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user