Skip to content
Snippets Groups Projects
Commit 2b9b460e authored by Jason Wu's avatar Jason Wu
Browse files

update CMakeLists.txt

parent 4f36b086
Branches
Tags
1 merge request!3Updating leap mode disk writing, leap mode folding and MPG-SKA dish 10 bit merger
Pipeline #92183 failed
# 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment