mirror of
https://github.com/pine64/blisp.git
synced 2026-09-18 22:11:30 +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:
@@ -20,7 +20,7 @@ target_include_directories(blisp PRIVATE
|
||||
"${CMAKE_SOURCE_DIR}/include")
|
||||
|
||||
target_link_libraries(blisp PRIVATE
|
||||
argtable3
|
||||
argtable3::argtable3
|
||||
libblisp_static file_parsers)
|
||||
|
||||
if (WIN32)
|
||||
|
||||
Reference in New Issue
Block a user