mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-24 16:16:10 +08:00
waver : fix font loading and snap build
This commit is contained in:
2
examples/third-party/ggsock
vendored
2
examples/third-party/ggsock
vendored
Submodule examples/third-party/ggsock updated: cb2f795301...e1a2377de4
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