forked from cantyonion/LiveParise
use static library instead of shared library
This commit is contained in:
parent
a9a442b5ac
commit
65934754d1
@ -51,4 +51,4 @@ FetchContent_MakeAvailable(cJSON curl)
|
||||
|
||||
add_executable(main main.c)
|
||||
target_include_directories(main PUBLIC ${cJSON_SOURCE_DIR})
|
||||
target_link_libraries(main cjson libcurl)
|
||||
target_link_libraries(main cjson-static libcurl_static)
|
Loading…
x
Reference in New Issue
Block a user