Add imgui dependency

This commit is contained in:
Dan Paulat 2022-11-20 18:35:04 -06:00
parent e0dceda2d2
commit 3c69ad28c6
5 changed files with 32 additions and 0 deletions

View file

@ -6,10 +6,12 @@ set_property(DIRECTORY
PROPERTY CMAKE_CONFIGURE_DEPENDS
freetype-gl.cmake
hsluv-c.cmake
imgui.cmake
mapbox-gl-native.cmake
stb.cmake)
include(freetype-gl.cmake)
include(hsluv-c.cmake)
include(imgui.cmake)
include(mapbox-gl-native.cmake)
include(stb.cmake)