mirror of https://github.com/WerWolv/ImHex.git
build: Fixed more build errors
This commit is contained in:
parent
02df578939
commit
496b0ec41d
|
@ -409,7 +409,7 @@ macro(addBundledLibraries)
|
|||
|
||||
set(EXTERN_LIBS_FOLDER "${CMAKE_CURRENT_SOURCE_DIR}/lib/external")
|
||||
|
||||
set(BUILD_SHARED_LIBS OFF)
|
||||
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Disable building of shared libraries")
|
||||
add_subdirectory(${EXTERN_LIBS_FOLDER}/imgui)
|
||||
set_target_properties(imgui PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9043b3714a09cbb69d82a474f689291e26ad3f2a
|
||||
Subproject commit fb427b82a99076fdc3babaf0e2f5cb4717dac835
|
Loading…
Reference in New Issue