[client] cimgui: build as static library

This commit is contained in:
Quantum 2021-07-17 20:17:20 -04:00 committed by Geoffrey McRae
parent d8b37a8d81
commit 39ec32b2ef

View File

@ -124,6 +124,9 @@ set(SOURCES
src/egl_dynprocs.c
)
# Force cimgui to build as a static library.
set(IMGUI_STATIC "yes" CACHE STRING "Build as a static library")
add_subdirectory("${PROJECT_TOP}/common" "${CMAKE_BINARY_DIR}/common" )
add_subdirectory("${PROJECT_TOP}/repos/LGMP/lgmp" "${CMAKE_BINARY_DIR}/LGMP" )
add_subdirectory("${PROJECT_TOP}/repos/PureSpice" "${CMAKE_BINARY_DIR}/PureSpice")