7 lines
218 B
CMake
7 lines
218 B
CMake
|
|
cccl_add_subdir_helper(
|
||
|
|
CCCL
|
||
|
|
# These component lists may be set by users to explicitly request subprojects:
|
||
|
|
REQUIRED_COMPONENTS "${CCCL_REQUIRED_COMPONENTS}"
|
||
|
|
OPTIONAL_COMPONENTS "${CCCL_OPTIONAL_COMPONENTS}"
|
||
|
|
)
|