選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

11 行
587 B

  1. # libhelloworld-config.cmake - package configuration file
  2. Message ( FATAL_ERROR "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 ( libhelloworld CONFIG_MODE )
  8. Include ( "${CMAKE_CURRENT_LIST_DIR}/libhelloworld.cmake")