Skip to content
Snippets Groups Projects
Commit 676ee5f8 authored by Niclas Esser's avatar Niclas Esser
Browse files

Undo uncomment in CMakeLists.txt

parent 31c33dc1
No related branches found
No related tags found
1 merge request!28Fix time offset bug in the gated spectrometer; Added testing/consumer.hpp;...
Pipeline #172919 passed
......@@ -54,42 +54,42 @@ set(psrdada_cpp_inc
add_library(${CMAKE_PROJECT_NAME} ${psrdada_cpp_src})
#junkdb
# add_executable(junkdb examples/junkdb.cpp)
# target_link_libraries (junkdb ${PSRDADA_CPP_LIBRARIES})
add_executable(junkdb examples/junkdb.cpp)
target_link_libraries (junkdb ${PSRDADA_CPP_LIBRARIES})
# #syncdb
# add_executable(syncdb examples/syncdb.cpp)
# target_link_libraries (syncdb ${PSRDADA_CPP_LIBRARIES})
#syncdb
add_executable(syncdb examples/syncdb.cpp)
target_link_libraries (syncdb ${PSRDADA_CPP_LIBRARIES})
# #fbfuse_output_db
# add_executable(fbfuse_output_db examples/fbfuse_output_db.cpp)
# target_link_libraries (fbfuse_output_db ${PSRDADA_CPP_LIBRARIES})
#fbfuse_output_db
add_executable(fbfuse_output_db examples/fbfuse_output_db.cpp)
target_link_libraries (fbfuse_output_db ${PSRDADA_CPP_LIBRARIES})
# #file_to_dada_cli
# add_executable(file_to_dada src/file_to_dada_cli.cpp)
# target_link_libraries (file_to_dada ${PSRDADA_CPP_LIBRARIES})
#file_to_dada_cli
add_executable(file_to_dada src/file_to_dada_cli.cpp)
target_link_libraries (file_to_dada ${PSRDADA_CPP_LIBRARIES})
# #dbnull
# add_executable(dbnull examples/dbnull.cpp)
# target_link_libraries (dbnull ${PSRDADA_CPP_LIBRARIES})
#dbnull
add_executable(dbnull examples/dbnull.cpp)
target_link_libraries (dbnull ${PSRDADA_CPP_LIBRARIES})
# #dbreset
# add_executable(dbreset examples/dbreset.cpp)
# target_link_libraries (dbreset ${PSRDADA_CPP_LIBRARIES})
#dbreset
add_executable(dbreset examples/dbreset.cpp)
target_link_libraries (dbreset ${PSRDADA_CPP_LIBRARIES})
# #dbdisk
# add_executable(dbdisk examples/dbdisk.cpp)
# target_link_libraries (dbdisk ${PSRDADA_CPP_LIBRARIES})
#dbdisk
add_executable(dbdisk examples/dbdisk.cpp)
target_link_libraries (dbdisk ${PSRDADA_CPP_LIBRARIES})
# #diskdb
# add_executable(diskdb examples/diskdb.cpp)
# target_link_libraries (diskdb ${PSRDADA_CPP_LIBRARIES})
#diskdb
add_executable(diskdb examples/diskdb.cpp)
target_link_libraries (diskdb ${PSRDADA_CPP_LIBRARIES})
# #dbsplit
# add_executable(dbsplit examples/dbsplit.cpp)
# target_link_libraries (dbsplit ${PSRDADA_CPP_LIBRARIES})
#dbsplit
add_executable(dbsplit examples/dbsplit.cpp)
target_link_libraries (dbsplit ${PSRDADA_CPP_LIBRARIES})
# install (TARGETS junkdb dbnull syncdb dbreset fbfuse_output_db diskdb dbsplit DESTINATION bin)
install (TARGETS junkdb dbnull syncdb dbreset fbfuse_output_db diskdb dbsplit DESTINATION bin)
install (TARGETS ${CMAKE_PROJECT_NAME}
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment