CMakeLists.txt 88 B

123456
  1. if (WIN32)
  2. include(LibCurlWindows.cmake)
  3. else()
  4. include(LibCurl.cmake)
  5. endif()