Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
22477066
Commit
22477066
authored
6 years ago
by
Joaquim Casals Buñuel
Browse files
Options
Downloads
Patches
Plain Diff
Cleaned some files from CMake
parent
4f06e582
No related branches found
No related tags found
No related merge requests found
Pipeline
#3208
passed
6 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hello_plugin/CMakeLists.txt
+1
-1
1 addition, 1 deletion
hello_plugin/CMakeLists.txt
hello_wolf/CMakeLists.txt
+12
-16
12 additions, 16 deletions
hello_wolf/CMakeLists.txt
with
13 additions
and
17 deletions
hello_plugin/CMakeLists.txt
+
1
−
1
View file @
22477066
...
...
@@ -6,7 +6,7 @@ ADD_EXECUTABLE(hello_plugin hello_plugin.cpp)
ADD_EXECUTABLE
(
params_autoconf params_autoconf.cpp
)
# target_link_libraries(hello_plugin class_loader boost_system console_bridge wolf yaml-cpp ${CERES_LIBRARIES})
# target_link_libraries(params_autoconf class_loader boost_system console_bridge wolf yaml-cpp )
target_link_libraries
(
hello_plugin wolf yaml-cpp
${
CERES_LIBRARIES
}
dl
)
target_link_libraries
(
hello_plugin wolf
hellowolf
yaml-cpp
${
CERES_LIBRARIES
}
dl
)
target_link_libraries
(
params_autoconf wolf yaml-cpp dl
)
# These lines always at the end
...
...
This diff is collapsed.
Click to expand it.
hello_wolf/CMakeLists.txt
+
12
−
16
View file @
22477066
...
...
@@ -3,16 +3,16 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
# Forward var to parent scope
SET
(
HDRS_PROCESSOR
${
HDRS_PROCESSOR
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_range_bearing.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/factor_bearing.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/factor_range_bearing.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/feature_range_bearing.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/landmark_point_2D.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/processor_range_bearing.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/sensor_range_bearing.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_range_bearing.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/factor_bearing.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/factor_range_bearing.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/feature_range_bearing.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/landmark_point_2D.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/processor_range_bearing.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/sensor_range_bearing.h
)
SET
(
SRCS_
PROCESSOR
${
SRCS_PROCESSOR
}
SET
(
SRCS_
HELLOWOLF
# ${CMAKE_CURRENT_SOURCE_DIR}/hello_wolf.cpp
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_range_bearing.cpp
${
CMAKE_CURRENT_SOURCE_DIR
}
/feature_range_bearing.cpp
...
...
@@ -20,14 +20,10 @@ SET(SRCS_PROCESSOR ${SRCS_PROCESSOR}
${
CMAKE_CURRENT_SOURCE_DIR
}
/processor_range_bearing.cpp
${
CMAKE_CURRENT_SOURCE_DIR
}
/sensor_range_bearing.cpp
)
add_library
(
hellowolf SHARED
${
SRCS_HELLOWOLF
}
)
ADD_EXECUTABLE
(
hello_wolf hello_wolf.cpp
)
TARGET_LINK_LIBRARIES
(
hello_wolf
${
PROJECT_NAME
}
)
TARGET_LINK_LIBRARIES
(
hello_wolf
${
PROJECT_NAME
}
hellowolf
)
add_library
(
sensor_odom SHARED ../src/sensor/sensor_odom_2D.cpp ../src/processor/processor_odom_2D.cpp
)
TARGET_LINK_LIBRARIES
(
sensor_odom
${
PROJECT_NAME
}
)
TARGET_LINK_LIBRARIES
(
sensor_odom
${
PROJECT_NAME
}
hellowolf
)
add_library
(
range_bearing SHARED sensor_range_bearing.cpp processor_range_bearing.cpp
)
TARGET_LINK_LIBRARIES
(
range_bearing
${
PROJECT_NAME
}
)
# These lines always at the end
SET
(
HDRS_PROCESSOR
${
HDRS_PROCESSOR
}
PARENT_SCOPE
)
SET
(
SRCS_PROCESSOR
${
SRCS_PROCESSOR
}
PARENT_SCOPE
)
TARGET_LINK_LIBRARIES
(
range_bearing
${
PROJECT_NAME
}
hellowolf
)
\ No newline at end of file
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