mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: fix build with edlib (#1513)
This commit is contained in:
@@ -8,6 +8,9 @@ else()
|
||||
set(BUILD_TESTING OFF CACHE BOOL "" FORCE)
|
||||
add_subdirectory(${THIRD_PARTY_LIBS_FOLDER}/edlib ${CMAKE_CURRENT_BINARY_DIR}/edlib EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
set_target_properties(edlib
|
||||
PROPERTIES POSITION_INDEPENDENT_CODE ON
|
||||
)
|
||||
|
||||
add_imhex_plugin(
|
||||
NAME
|
||||
|
||||
Reference in New Issue
Block a user