Skip to content
Snippets Groups Projects
Commit ffe4b6b0 authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

find_dependency in cmake.config.in

parent e05f8058
No related branches found
No related tags found
No related merge requests found
# Config.cmake.in # Config.cmake.in
@PACKAGE_INIT@ @PACKAGE_INIT@
include(CMakeFindDependencyMacro)
include("${CMAKE_CURRENT_LIST_DIR}/cumbia-tangoTargets.cmake") include("${CMAKE_CURRENT_LIST_DIR}/cumbia-tangoTargets.cmake")
# Set variables specific to your library # designed to be used in a Package Configuration File (<PackageName>Config.cmake).
set(MYLIBRARY_INCLUDE_DIRS "@MYLIBRARY_INCLUDE_DIRS@") find_dependency(cumbia REQUIRED)
# Capturing values from configure (optional)
# set(my-config-var @my-config-var@)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment