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.
 
 
 

7 lines
374 B

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