Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
C++ project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
C++ project
Merge requests
!2
Various improvements
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Various improvements
misc-improvements
into
main
Overview
9
Commits
4
Pipelines
8
Changes
7
All threads resolved!
Show all comments
Merged
Various improvements
Maik Nijhuis
requested to merge
misc-improvements
into
main
Oct 20, 2022
Overview
9
Commits
4
Pipelines
8
Changes
7
All threads resolved!
Show all comments
0
0
Merge request reports
Compare
main
version 2
7933c247
Oct 20, 2022
version 1
41813031
Oct 20, 2022
main (base)
and
latest version
latest version
e166abe9
4 commits,
Oct 20, 2022
version 2
7933c247
3 commits,
Oct 20, 2022
version 1
41813031
2 commits,
Oct 20, 2022
7 files
+
27
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
src/lib/CMakeLists.txt
+
2
−
0
View file @ e166abe9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -4,3 +4,5 @@
add_library
(
hello SHARED hello.cpp
)
target_include_directories
(
hello PUBLIC
"
${
CMAKE_SOURCE_DIR
}
/include"
)
install
(
TARGETS hello
)
Loading