From 3904cf58b2bd04845893f5c361842e40cfb3bb9e Mon Sep 17 00:00:00 2001 From: Andrea Odetti Date: Sun, 17 Oct 2021 17:45:17 +0100 Subject: [PATCH] Typo in cmake lib dirs. Signed-off-by: Andrea Odetti --- source/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 32d967e9..94fc62f4 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -260,11 +260,11 @@ target_link_libraries(appleii PRIVATE ) target_link_directories(appleii PRIVATE - ${YAML_LIBRARY_DIR} - ${MINIZIP_LIBRARY_DIR} - ${PCAP_LIBRARY_DIR} - ${SLIRP_LIBRARY_DIR} - ${ZLIB_LIBRARY_DIR} + ${YAML_LIBRARY_DIRS} + ${MINIZIP_LIBRARY_DIRS} + ${PCAP_LIBRARY_DIRS} + ${SLIRP_LIBRARY_DIRS} + ${ZLIB_LIBRARY_DIRS} ) target_compile_options(appleii PUBLIC