Skip to content
Snippets Groups Projects
Commit d2af4337 authored by Pieter Donker's avatar Pieter Donker
Browse files

Bug 335: include new functions to CMakeLists

parent cbbb665c
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ lofar_add_bin_program(RSPDriver ...@@ -65,6 +65,7 @@ lofar_add_bin_program(RSPDriver
GetRawBlockCmd.cc GetRawBlockCmd.cc
SetSplitterCmd.cc SetSplitterCmd.cc
GetSplitterCmd.cc GetSplitterCmd.cc
GetLatencyCmd.cc
SyncAction.cc SyncAction.cc
WriteReg.cc WriteReg.cc
ReadReg.cc ReadReg.cc
...@@ -104,7 +105,8 @@ lofar_add_bin_program(RSPDriver ...@@ -104,7 +105,8 @@ lofar_add_bin_program(RSPDriver
BypassWrite.cc BypassWrite.cc
SerdesWrite.cc SerdesWrite.cc
SerdesRead.cc SerdesRead.cc
UpdSplitterCmd.cc) UpdSplitterCmd.cc
LatencyCmd.cc)
configure_file( configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/rspctl.conf.in ${CMAKE_CURRENT_SOURCE_DIR}/rspctl.conf.in
......
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