Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
DKS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Uldis Locans
DKS
Commits
24f9c9db
Commit
24f9c9db
authored
Feb 28, 2017
by
Uldis Locans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow to enalbe wich parts of DKS to compile trough cmake flags
parent
47fe8e8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/CUDA/CMakeLists.txt
src/CUDA/CMakeLists.txt
+2
-0
No files found.
src/CUDA/CMakeLists.txt
View file @
24f9c9db
...
...
@@ -17,6 +17,8 @@ IF (ENABLE_PET)
SET
(
_SRCS
${
_SRCS
}
CudaImageReconstruction.cu
)
ENDIF
(
ENABLE_PET
)
MESSAGE
(
STATUS
"CUDA headers:
${
_HDRS
}
"
)
ADD_SOURCES
(
${
_SRCS
}
)
ADD_HEADERS
(
${
_HDRS
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment