Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
RunCMake
/
EnableLanguageSubdir
/
CUDASibling.cmake
blob: ae2395dc69f8eb61690fd8a655d5f71e7529470d [
file
] [
edit
]
# With CMP0220 NEW, CUDA enabled in a subdirectory propagates up to this scope.
cmake_policy
(
SET CMP0220 NEW
)
enable_language
(
CXX
)
add_subdirectory
(
cuda
)
add_subdirectory
(
sibling
)