Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
advLigoRTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue 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
CDS
software
advLigoRTS
Commits
81c876a2
Commit
81c876a2
authored
5 years ago
by
Jonathan Hanks
Committed by
CDS Controls
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed a missing ix->dix in the ix_stream build config
parent
cd2cfa16
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
src/ix_stream/CMakeLists.txt
+2
-2
2 additions, 2 deletions
src/ix_stream/CMakeLists.txt
with
2 additions
and
2 deletions
src/ix_stream/CMakeLists.txt
+
2
−
2
View file @
81c876a2
add_executable
(
dix_xmit ix_xmit.c
)
target_link_libraries
(
ix_xmit PUBLIC driver::shmem dolphin::sisci
)
target_link_libraries
(
d
ix_xmit PUBLIC driver::shmem dolphin::sisci
)
install
(
TARGETS dix_xmit DESTINATION bin
)
add_executable
(
dix_recv ix_fb_rcv.c
)
target_link_libraries
(
ix_recv PUBLIC driver::shmem dolphin::sisci
)
target_link_libraries
(
d
ix_recv PUBLIC driver::shmem dolphin::sisci
)
install
(
TARGETS dix_recv DESTINATION bin
)
if
(
${
LibZMQ_FOUND
}
)
...
...
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