forked from PlusToolkit/ndicapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ndicapiConfig.cmake.in
21 lines (19 loc) · 973 Bytes
/
ndicapiConfig.cmake.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-----------------------------------------------------------------------------
# Configuration file for the Public Library for Ultrasound (PLUS) toolkit
#
# © Copyright 2016 The Laboratory for Percutaneous Surgery, Queen's University, Canada
#
# This file can be passed to a CMake FIND_PACKAGE call with the following syntax:
#
# FIND_PACKAGE(ndicapi <REQUIRED|QUIET> <NO_MODULE>)
# If NO_MODULE is included, set the variable ndicapi_DIR:PATH=@CMAKE_BINARY_DIR@
#
# Or you can use the following variables to configure your CMake project:
# ndicapi_INCLUDE_DIRS - include directories for common API headers
# ndicapi_LIBRARIES - list of CMake targets produced by this build
#-----------------------------------------------------------------------------
# set the targets file
INCLUDE(@ndicapi_TARGETS_FILE@)
# Tell the user project where to find our headers and libraries
SET(ndicapi_INCLUDE_DIRS "@ndicapi_INCLUDE_DIRS@")
SET(ndicapi_LIBRARIES "@ndicapi_LIBRARIES@")