Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e2d25c67247ca3e0c1b09f16119d4c99fa7c052d
/
.
/
Tests
/
RunCMake
/
CompilerLauncher
/
CUDA-common.cmake
blob: ca25b2a26284215dc2b611b3ce03020b00ba5419 [
file
]
cmake_policy
(
SET CMP0104 NEW
)
enable_language
(
CUDA
)
set
(
CMAKE_VERBOSE_MAKEFILE TRUE
)
add_executable
(
main main
.
cu
)