File: CCCLAddSubdir.cmake

package info (click to toggle)
cccl 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,248 kB
  • sloc: cpp: 264,457; python: 6,421; sh: 2,762; perl: 460; makefile: 114; xml: 13
file content (6 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
find_package(CCCL REQUIRED CONFIG
  NO_DEFAULT_PATH # Only check the explicit path in HINTS:
  HINTS "${CCCL_SOURCE_DIR}"
  COMPONENTS ${CCCL_REQUIRED_COMPONENTS}
  OPTIONAL_COMPONENTS ${CCCL_OPTIONAL_COMPONENTS}
)