Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
1002346e
Commit
1002346e
authored
15 years ago
by
Ruud Overeem
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MAC/APL/CMakeLists.txt
+1
-0
1 addition, 0 deletions
MAC/APL/CMakeLists.txt
MAC/APL/StationCU/CMakeLists.txt
+1
-1
1 addition, 1 deletion
MAC/APL/StationCU/CMakeLists.txt
MAC/APL/VHECR/CMakeLists.txt
+3
-3
3 additions, 3 deletions
MAC/APL/VHECR/CMakeLists.txt
with
5 additions
and
4 deletions
MAC/APL/CMakeLists.txt
+
1
−
0
View file @
1002346e
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
MAC/APL/StationCU/CMakeLists.txt
+
1
−
1
View file @
1002346e
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
MAC/APL/VHECR/CMakeLists.txt
+
3
−
3
View file @
1002346e
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment