Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
MPIfR-BDG
psrdada_cpp
Commits
2b9b460e
Commit
2b9b460e
authored
Jan 26, 2021
by
Jason Wu
Browse files
update CMakeLists.txt
parent
4f36b086
Pipeline
#92183
failed with stages
in 1 minute and 48 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
psrdada_cpp/effelsberg/edd/CMakeLists.txt
View file @
2b9b460e
# OpenMP (optional for shared memory multiprocessing)
# OpenMP (optional for shared memory multiprocessing)
if
(
ENABLE_CUDA
)
...
...
@@ -97,7 +97,7 @@ target_link_libraries(edd_roach_merge_leap ${PSRDADA_CPP_EFFELSBERG_EDD_LIBRARIE
install
(
TARGETS edd_roach_merge_leap DESTINATION bin
)
#dbdiskleap
add_executable
(
dbdiskleap dbdisk_leap.cpp
)
add_executable
(
dbdiskleap
src/
dbdisk_leap.cpp
)
target_link_libraries
(
dbdiskleap
${
PSRDADA_CPP_EFFELSBERG_EDD_LIBRARIES
}
)
install
(
TARGETS dbdiskleap DESTINATION bin
)
...
...
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