Tobiasz Strzeszewski
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Tobiasz Strzeszewski created a post, Answered[CMake - CLion - Curl] Not being able to add the libcurl package
My cmakelist.txt is like this: cmake_minimum_required(VERSION 3.25)project(untitled C)set(CMAKE_C_STANDARD 11)set(CURL_DIR "C:/Users/Tobiasz/.clion-vcpkg/vcpkg/installed/x64-windows/share/curl")se...