Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Base DAQ
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
BIAS
DAQs
Base DAQ
Commits
a507ad09
Commit
a507ad09
authored
2 years ago
by
Valerio Pastore
Browse files
Options
Downloads
Patches
Plain Diff
fixi nstallatiom
parent
d7f75359
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+3
-6
3 additions, 6 deletions
CMakeLists.txt
deps/PacketLib
+1
-1
1 addition, 1 deletion
deps/PacketLib
with
4 additions
and
7 deletions
CMakeLists.txt
+
3
−
6
View file @
a507ad09
...
...
@@ -8,7 +8,9 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++20")
file
(
GLOB INCLUDE_FILES
"include/*.h"
)
file
(
GLOB TCLAP
"deps/tclap"
)
file
(
GLOB PACKETLIB
"deps/PacketLib/include/*"
)
#deps
add_subdirectory
(
deps/PacketLib
)
set
(
CMAKE_INSTALL_MESSAGE LAZY
)
install
(
...
...
@@ -20,8 +22,3 @@ install(
DIRECTORY
${
TCLAP
}
DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
/include"
)
install
(
FILES
${
PACKETLIB
}
DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
/include/PacketLib"
)
This diff is collapsed.
Click to expand it.
PacketLib
@
0aa14e5a
Compare
1125aca2
...
0aa14e5a
Subproject commit
1125aca256312594b3e55f4cc1c4959d910d5b9
0
Subproject commit
0aa14e5a457b58ff174ed215fae460b08049adc
0
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