Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Astri Packet
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
Packets
Astri Packet
Commits
cfb2c9ea
Commit
cfb2c9ea
authored
2 years ago
by
Valerio Pastore
Browse files
Options
Downloads
Patches
Plain Diff
fix cmakelists
parent
fb845423
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
CMakeLists.txt
+1
-8
1 addition, 8 deletions
CMakeLists.txt
with
1 addition
and
8 deletions
CMakeLists.txt
+
1
−
8
View file @
cfb2c9ea
...
...
@@ -5,7 +5,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Wall -std=c++1y"
)
# deps
add_subdirectory
(
deps/Base-DAQ
)
add_subdirectory
(
deps/Base-DAQ
EXCLUDE_FROM_ALL
)
set
(
SOURCES
src/Astri_Packet.cpp
...
...
@@ -18,15 +18,8 @@ add_library(AstriPacket ${SOURCES})
set
(
INC_DIR
"
${
PROJECT_SOURCE_DIR
}
/include"
"
${
PROJECT_SOURCE_DIR
}
/deps/Base-DAQ/include"
"
${
CMAKE_INSTALL_PREFIX
}
/include"
)
target_include_directories
(
AstriPacket PUBLIC
${
INC_DIR
}
)
# make install
file
(
GLOB INCLUDE_FILES
"include/*.h"
)
install
(
FILES
${
INCLUDE_FILES
}
DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
/include/Packets/Astri_Packet"
COMPONENT Headers
)
install
(
TARGETS AstriPacket DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
/lib"
)
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