Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

11 lignes
583 B

  1. # cppmicrohttpd-config.cmake - package configuration file
  2. Message ( WARNING "Please configure the dependencies of this package!" )
  3. # Include ( CMakeFindDependencyMacro )
  4. # Find_Dependency ( <dependency> )
  5. Include ( FindPackageHandleStandardArgs )
  6. Set ( ${CMAKE_FIND_PACKAGE_NAME}_CONFIG ${CMAKE_CURRENT_LIST_FILE} )
  7. Find_Package_Handle_Standard_Args ( cppmicrohttpd CONFIG_MODE )
  8. Include ( "${CMAKE_CURRENT_LIST_DIR}/cppmicrohttpd.cmake")