mirror of
https://github.com/pine64/blisp.git
synced 2024-12-22 06:20:12 +00:00
Fix linking with argtable3
CMake interpreted `argtable3` to mean add `-largtable3` rather than to use the imported argtable3 target. This worked when using the bundled library, but broke with native libraries.
This commit is contained in:
parent
8dbb58353b
commit
5634b678f3
@ -20,7 +20,7 @@ target_include_directories(blisp PRIVATE
|
|||||||
"${CMAKE_SOURCE_DIR}/include")
|
"${CMAKE_SOURCE_DIR}/include")
|
||||||
|
|
||||||
target_link_libraries(blisp PRIVATE
|
target_link_libraries(blisp PRIVATE
|
||||||
argtable3
|
argtable3::argtable3
|
||||||
libblisp_static file_parsers)
|
libblisp_static file_parsers)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
Loading…
Reference in New Issue
Block a user