mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:21:57 +00:00
[client] cimgui: build as static library
This commit is contained in:
parent
d8b37a8d81
commit
39ec32b2ef
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,9 @@ set(SOURCES
|
||||||
src/egl_dynprocs.c
|
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}/common" "${CMAKE_BINARY_DIR}/common" )
|
||||||
add_subdirectory("${PROJECT_TOP}/repos/LGMP/lgmp" "${CMAKE_BINARY_DIR}/LGMP" )
|
add_subdirectory("${PROJECT_TOP}/repos/LGMP/lgmp" "${CMAKE_BINARY_DIR}/LGMP" )
|
||||||
add_subdirectory("${PROJECT_TOP}/repos/PureSpice" "${CMAKE_BINARY_DIR}/PureSpice")
|
add_subdirectory("${PROJECT_TOP}/repos/PureSpice" "${CMAKE_BINARY_DIR}/PureSpice")
|
||||||
|
|
Loading…
Reference in a new issue