Typo in cmake lib dirs.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
51b6604142
commit
3904cf58b2
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue