Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
laser_scan_utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
labrobotica
algorithms
laser_scan_utils
Merge requests
!3
Resolve "Add GTests"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add GTests"
25-add-gtests
into
master
Overview
0
Commits
1
Pipelines
0
Changes
9
Merged
Joan Vallvé Navarro
requested to merge
25-add-gtests
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
9
Expand
Closes
#25 (closed)
Edited
4 years ago
by
Joan Vallvé Navarro
0
0
Merge request reports
Viewing commit
26974dac
Show latest version
9 files
+
285
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
26974dac
added gtest
· 26974dac
Joan Vallvé Navarro
authored
4 years ago
src/examples/CMakeLists.txt
0 → 100644
+
5
−
0
Options
INCLUDE_DIRECTORIES
(
../src
)
# polylines demo
ADD_EXECUTABLE
(
demo_polylines polyline_demo.cpp
)
TARGET_LINK_LIBRARIES
(
demo_polylines
${
PROJECT_NAME
}
)
\ No newline at end of file
Loading