mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
4 lines
158 B
CMake
4 lines
158 B
CMake
file(TO_CMAKE_PATH "${CONTRIB_PATH}/android/arm/curl/curl-7.43.0" CURL_ROOT)
|
|
include_directories("${CURL_ROOT}/include")
|
|
link_directories("${CURL_ROOT}/lib")
|