You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
511 B

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