fix macos build

This commit is contained in:
MerryMage 2018-01-07 22:43:41 +00:00 committed by bunnei
parent d6e4e6ea32
commit f10a304ecd
4 changed files with 8 additions and 8 deletions

View file

@ -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)