fix include path, libcurl library path

This commit is contained in:
Lion Kortlepel
2021-08-09 00:43:00 +02:00
committed by Lion
parent a7c28a8d0d
commit cfc7b302fe

View File

@@ -15,6 +15,8 @@ if (WIN32)
endif()
add_subdirectory("include/curl")
set(CURL_LIBRARY CURL::libcurl)
set(CURL_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/include/curl/include)
add_subdirectory("include/sentry-native")