fix: fix build with edlib (#1513)
This commit is contained in:
parent
78723887e1
commit
82b56613e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user