added imgui support
This commit is contained in:
parent
ef802a860e
commit
0b085da27b
@ -132,6 +132,17 @@ if(USE_SERIALIZER)
|
|||||||
LIST(APPEND LIB_DEPENDENCIES_LIST ${SPARROW_SERIALIZER_LIBRARY})
|
LIST(APPEND LIB_DEPENDENCIES_LIST ${SPARROW_SERIALIZER_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(USE_IMGUI)
|
||||||
|
find_library(IMGUI_LIBRARY
|
||||||
|
NAMES
|
||||||
|
imgui
|
||||||
|
PATHS
|
||||||
|
${LIB_PATHS}
|
||||||
|
)
|
||||||
|
|
||||||
|
LIST(APPEND LIB_DEPENDENCIES_LIST ${IMGUI_LIBRARY})
|
||||||
|
endif()
|
||||||
|
|
||||||
if(USE_ENGINE)
|
if(USE_ENGINE)
|
||||||
find_library(SPARROW_ENGINE_LIBRARY
|
find_library(SPARROW_ENGINE_LIBRARY
|
||||||
NAMES
|
NAMES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user