diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c56334..c6f5081 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) \ No newline at end of file +target_link_libraries(main cjson-static libcurl_static) \ No newline at end of file