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.
 
 
 

8 line
296 B

  1. # cpplogging-config.cmake - package configuration file
  2. Get_Filename_Component ( CURRENT_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH )
  3. Include ( ${CURRENT_DIR}/cpplogging.cmake )
  4. Include ( CMakeFindDependencyMacro )
  5. Find_Dependency ( cppcore )