File: console_bridge-config.cmake.in

package info (click to toggle)
console-bridge 0.4.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120 kB
  • sloc: cpp: 200; sh: 17; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
if (@PKG_NAME@_CONFIG_INCLUDED)
  return()
endif()
set(@PKG_NAME@_CONFIG_INCLUDED TRUE)

@PACKAGE_INIT@

set(@PKG_NAME@_INCLUDE_DIRS "@PACKAGE_CMAKE_INSTALL_FULL_INCLUDEDIR@")

include("${CMAKE_CURRENT_LIST_DIR}/@PKG_NAME@-targets.cmake")
set(@PKG_NAME@_LIBRARIES @PKG_NAME@::@PKG_NAME@)