Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathias Haage
GBS
Commits
05c8f1b8
Commit
05c8f1b8
authored
Sep 09, 2015
by
Mathias Haage
Browse files
Make compilable through catkin_make
parent
b4f3366b
Changes
2
Hide whitespace changes
Inline
Side-by-side
catkin_ws/src/cmake/Common.cmake
0 → 100644
View file @
05c8f1b8
# Common CMake file which should be included to all projects/packages
# Sets some global settings
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Wall -Wextra -Werror"
)
catkin_ws/src/gbs/CMakeLists.txt
View file @
05c8f1b8
cmake_minimum_required
(
VERSION 2.8.3
)
project
(
gbs
)
INCLUDE
(
../cmake/Common.cmake
)
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
...
...
@@ -76,6 +78,9 @@ add_service_files(
GBSTakePanel.srv
GBSUnlockSpindle.srv
GBSUnlockTool.srv
GBSReadLaser.srv
GBSNailerDown.srv
GBSNailerUp.srv
)
## Generate actions in the 'action' folder
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment