Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Corryvreckan
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Fabian Simon Lex
Corryvreckan
Commits
18f57fd1
Commit
18f57fd1
authored
5 years ago
by
Simon Spannagel
Browse files
Options
Downloads
Patches
Plain Diff
Include GBL
parent
919470dc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
3rdparty/GeneralBrokenLines/CMakeLists.txt
+0
-3
0 additions, 3 deletions
3rdparty/GeneralBrokenLines/CMakeLists.txt
CMakeLists.txt
+2
-0
2 additions, 0 deletions
CMakeLists.txt
with
2 additions
and
3 deletions
3rdparty/GeneralBrokenLines/CMakeLists.txt
+
0
−
3
View file @
18f57fd1
...
...
@@ -42,9 +42,6 @@ INSTALL( TARGETS ${PROJECT_NAME} DESTINATION lib )
TARGET_LINK_LIBRARIES
(
${
PROJECT_NAME
}
${
ROOT_LIBS
}
)
# the examples, build with "make examples"
ADD_SUBDIRECTORY
(
examples/
)
# add a target to generate API documentation with Doxygen
FIND_PACKAGE
(
Doxygen
)
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
2
−
0
View file @
18f57fd1
...
...
@@ -127,6 +127,8 @@ SET(CORRYVRECKAN_DEPS_LIBRARIES ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES})
# Add "thisroot.sh" as runtime dependency for setup.sh file:
ADD_RUNTIME_DEP
(
thisroot.sh
)
ADD_SUBDIRECTORY
(
3rdparty/GeneralBrokenLines
)
###################################
# Load cpp format and check tools #
###################################
...
...
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