mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
fix include path, libcurl library path
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user