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

8 lines
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 )