CMakeLists.txt 87 B

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