File: console_bridge-config.cmake.in

package info (click to toggle)
console-bridge 1.0.1%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 160 kB
  • sloc: cpp: 401; sh: 17; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
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@)
set(@PKG_NAME@_TARGETS @PKG_NAME@::@PKG_NAME@)