Skip to content
Snippets Groups Projects
Commit 1002346e authored by Ruud Overeem's avatar Ruud Overeem
Browse files

Bug 1414: The moved VHECR code now also builds with cmake.

parent 43de24ca
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ lofar_add_subdirectory(CUDaemons) # Control Unit Daemons ...@@ -49,6 +49,7 @@ lofar_add_subdirectory(CUDaemons) # Control Unit Daemons
lofar_add_subdirectory(CURTDBDaemons) # Control Unit RTDB Daemons lofar_add_subdirectory(CURTDBDaemons) # Control Unit RTDB Daemons
lofar_add_subdirectory(PIC) # Physical Instrument Components (?) lofar_add_subdirectory(PIC) # Physical Instrument Components (?)
lofar_add_subdirectory(PAC) # ??? lofar_add_subdirectory(PAC) # ???
lofar_add_subdirectory(VHECR) # VHECR related code
lofar_add_subdirectory(CEPCU) # CEP-related MAC controllers lofar_add_subdirectory(CEPCU) # CEP-related MAC controllers
lofar_add_subdirectory(MainCU) # Main Control Unit lofar_add_subdirectory(MainCU) # Main Control Unit
lofar_add_subdirectory(StationCU) # Station Control Unit software lofar_add_subdirectory(StationCU) # Station Control Unit software
......
...@@ -34,7 +34,7 @@ include(LofarGeneral) ...@@ -34,7 +34,7 @@ include(LofarGeneral)
include(LofarAddPackage) include(LofarAddPackage)
lofar_add_package(${PROJECT_NAME} 1.0 DEPENDS lofar_add_package(${PROJECT_NAME} 1.0 DEPENDS
Common ApplCommon MACIO GCFTM GCFRTDB GCFPVSS APLCommon RTCCommon RTDBCommon Common ApplCommon MACIO GCFTM GCFRTDB GCFPVSS APLCommon RTCCommon RTDBCommon
BS_Protocol CAL_Protocol RSP_Protocol TBB_Protocol) BS_Protocol CAL_Protocol RSP_Protocol TBB_Protocol VHECR)
## --------------------------------------------------------------------------- ## ---------------------------------------------------------------------------
## External packages ## External packages
......
...@@ -32,13 +32,13 @@ project(VHECR) ...@@ -32,13 +32,13 @@ project(VHECR)
include(LofarGeneral) include(LofarGeneral)
include(LofarAddPackage) include(LofarAddPackage)
lofar_add_package(${PROJECT_NAME} 3.1 DEPENDS Common GCFTM MACIO) lofar_add_package(${PROJECT_NAME} 3.1 DEPENDS Common )
## --------------------------------------------------------------------------- ## ---------------------------------------------------------------------------
## External packages ## External packages
## --------------------------------------------------------------------------- ## ---------------------------------------------------------------------------
##include(LofarFindPackage) include(LofarFindPackage)
##lofar_find_package(Boost REQUIRED COMPONENTS regex) lofar_find_package(Boost REQUIRED COMPONENTS date_time)
## --------------------------------------------------------------------------- ## ---------------------------------------------------------------------------
## Project-specific compiler definitions. ## Project-specific compiler definitions.
......
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