Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dd44b41cbee98b4fa0f379fcf73ee20eb55d117d
/
.
/
Tests
/
RunCMake
/
EnableLanguageSubdir
/
CUDASibling.cmake
blob: ae2395dc69f8eb61690fd8a655d5f71e7529470d [
file
]
# 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
)