Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mvBlueFOX3
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
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
labrobotica
drivers
mvBlueFOX3
Commits
98ddef42
Commit
98ddef42
authored
5 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
rm misplaced .gitignore. Fix header paths in CMakeLists.txt
parent
6d1ae0dc
No related branches found
No related tags found
No related merge requests found
Pipeline
#4388
failed
5 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/.gitignore
+0
-3
0 additions, 3 deletions
build/.gitignore
src/CMakeLists.txt
+3
-3
3 additions, 3 deletions
src/CMakeLists.txt
with
3 additions
and
6 deletions
build/.gitignore
deleted
100644 → 0
+
0
−
3
View file @
6d1ae0dc
*
*/
!.gitignore
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
3
−
3
View file @
98ddef42
...
...
@@ -6,9 +6,9 @@ SET(sources_mut mutex/mutex.cpp)
# application header files
SET
(
headers ../include/mvbluefox3.h ../include/mvbluefox3_settings.h ../include/mvbluefox3_mvfunc.h
)
SET
(
headers_ex mvbluefox3.h exceptions/exceptions.h
exceptions/mvbluefox3_exceptions.h exceptions/mutex_exceptions.h
)
SET
(
headers_mut mutex/mutex.h
)
SET
(
headers_ex
../include/
mvbluefox3.h
../include/
exceptions/exceptions.h
../include/
exceptions/mvbluefox3_exceptions.h
../include/
exceptions/mutex_exceptions.h
)
SET
(
headers_mut
../include/
mutex/mutex.h
)
#IF( NOT CMAKE_BUILD_TYPE )
SET
(
CMAKE_BUILD_TYPE Release
)
...
...
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