# libhelloworld-config.cmake - package configuration file Get_Filename_Component ( CURRENT_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH ) Include ( ${CURRENT_DIR}/libhelloworld.cmake ) Message ( WARNING "Please configure the dependencies of this package!" ) # Include ( CMakeFindDependencyMacro ) # Find_Dependency ( )