Skip to content
Snippets Groups Projects
AlgorithmsConfig.cmake 284 B
Newer Older
  • Learn to ignore specific revisions
  • include(CMakeFindDependencyMacro)
    find_dependency(podio REQUIRED)
    
    
    # - Include the targets file to create the imported targets that a client can
    # link to (libraries) or execute (programs)
    
    include("${CMAKE_CURRENT_LIST_DIR}/AlgorithmsTargets.cmake")