mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-27 04:44:31 +00:00
Fix deps
This commit is contained in:
parent
2bfd277360
commit
92181c8d51
@ -277,7 +277,8 @@ if(LIEF_ENABLE_JSON)
|
||||
add_custom_target(
|
||||
copy_json_files
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory ${LIBJSON_SOURCE_DIR}/
|
||||
${CMAKE_CURRENT_BINARY_DIR}/include/LIEF/third-party/)
|
||||
${CMAKE_CURRENT_BINARY_DIR}/include/LIEF/third-party/
|
||||
DEPENDS lief_libjson)
|
||||
add_dependencies(LIB_LIEF lief_libjson copy_json_files)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user