File: stdgpu-config.cmake.in

package info (click to toggle)
stdgpu 1.3.0%2Bgit20220507.32e0517-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,528 kB
  • sloc: cpp: 7,818; pascal: 1,893; xml: 214; sh: 181; makefile: 50
file content (10 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
@PACKAGE_INIT@

include("${CMAKE_CURRENT_LIST_DIR}/stdgpu-dependencies.cmake")

include("${CMAKE_CURRENT_LIST_DIR}/stdgpu-targets.cmake")

set_and_check(stdgpu_INCLUDE_DIRS "@PACKAGE_STDGPU_INCLUDE_INSTALL_DIR@")
set(stdgpu_LIBRARIES stdgpu::stdgpu)

check_required_components(stdgpu)