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
b42b96c4
Commit
b42b96c4
authored
16 years ago
by
Martin Gels
Browse files
Options
Downloads
Patches
Plain Diff
bug 1005: Created cmakefile.
parent
4199effa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LCS/ACC/PLC/test/CMakeLists.txt
+32
-0
32 additions, 0 deletions
LCS/ACC/PLC/test/CMakeLists.txt
with
32 additions
and
0 deletions
LCS/ACC/PLC/test/CMakeLists.txt
0 → 100644
+
32
−
0
View file @
b42b96c4
cmake_minimum_required
(
VERSION 2.6
)
include
(
LOFARTest
)
include_directories
(
${
LOFAR_SOURCE_DIR
}
/LCS/ACC/PLC/test
)
## ------------------------------------------------------------------------------
## Sourses
file
(
GLOB tPCCmd_SRCS tPCCmd.cc
)
## --- Macro(s) -------------------------------------
MACRO
(
TARGETLINKLIBRARIES_PLC_TEST _PROG
)
target_link_libraries
(
${
_PROG
}
plc
${
LOG4CPLUS_LIBRARIES
}
${
BACKTRACE_LIBRARIES
}
${
SHMEM_LIBRARIES
}
)
ENDMACRO
(
TARGETLINKLIBRARIES_PLC_TEST
)
## --- Programs to be built -------------------------
set
(
CHECKPROGS
tPCCmd
)
foreach
(
prog
${
CHECKPROGS
}
)
add_executable
(
${
prog
}
${${
prog
}
_SRCS
}
)
TARGETLINKLIBRARIES_PLC_TEST
(
${
prog
}
)
endforeach
(
prog
${
CHECKPROGS
}
)
## --- Programs to be run ---------------------------
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