Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

11 wiersze
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")