mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 16:05:46 +00:00
fix macos build
This commit is contained in:
parent
75589269df
commit
66a015fe9a
4 changed files with 8 additions and 8 deletions
|
@ -238,8 +238,8 @@ endif()
|
|||
|
||||
if (UNICORN_FOUND)
|
||||
add_library(unicorn INTERFACE)
|
||||
target_link_libraries(unicorn INTERFACE "${UNICORN_LIBRARY}")
|
||||
target_include_directories(unicorn INTERFACE "${UNICORN_INCLUDE_DIR}")
|
||||
target_link_libraries(unicorn INTERFACE "${LIBUNICORN_LIBRARY}")
|
||||
target_include_directories(unicorn INTERFACE "${LIBUNICORN_INCLUDE_DIR}")
|
||||
endif()
|
||||
|
||||
if (ENABLE_QT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue