diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2016-10-13 09:08:44 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-14 16:40:48 -0500 |
commit | ae05fcc63f37b71cd9b07a2aade03a2a84fa22c4 (patch) | |
tree | c9251b24ee64e3dd6b3d50117ef20a21643fdc99 /Source/CMakeLists.txt | |
parent | 115269a86c3116198f4de7c690fef21ec38767ac (diff) | |
download | cmake-ae05fcc63f37b71cd9b07a2aade03a2a84fa22c4.tar.gz |
CUDA: Add LinkLineComputer that computes cuda dlink lines.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 718b022466..e74a0323ed 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -298,6 +298,8 @@ set(SRCS cmLinkItem.h cmLinkLineComputer.cxx cmLinkLineComputer.h + cmLinkLineDeviceComputer.cxx + cmLinkLineDeviceComputer.h cmListFileCache.cxx cmListFileCache.h cmListFileLexer.c |