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.
 
 
 

11 lines
580 B

  1. # cpphibernate-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 ( cpphibernate CONFIG_MODE )
  8. Include ( "${CMAKE_CURRENT_LIST_DIR}/cpphibernate.cmake")