25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
476 B

  1. # cppcurl-config.cmake - package configuration file
  2. Include ( CMakeFindDependencyMacro )
  3. Find_Dependency ( CURL )
  4. Include ( FindPackageHandleStandardArgs )
  5. Set ( ${CMAKE_FIND_PACKAGE_NAME}_CONFIG ${CMAKE_CURRENT_LIST_FILE} )
  6. Find_Package_Handle_Standard_Args ( cppcurl CONFIG_MODE )
  7. Include ( "${CMAKE_CURRENT_LIST_DIR}/cppcurl.cmake")