Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
World Storage Cpp server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
Service Desk
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
ARF
World Storage API Helpers
World Storage Cpp server
Merge requests
!3
Feature/new api specs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/new api specs
feature/newApiSpecs
into
develop
Overview
0
Commits
8
Pipelines
0
Changes
7
Merged
Nathan Chambron
requested to merge
feature/newApiSpecs
into
develop
3 years ago
Overview
0
Commits
8
Pipelines
0
Changes
7
Expand
shift latest branch into develop
0
0
Merge request reports
Compare
develop
version 3
65c5f841
3 years ago
version 2
c1c913f6
3 years ago
version 1
c1c913f6
3 years ago
develop (base)
and
latest version
latest version
5a3364c0
8 commits,
3 years ago
version 3
65c5f841
7 commits,
3 years ago
version 2
c1c913f6
5 commits,
3 years ago
version 1
c1c913f6
5 commits,
3 years ago
7 files
+
9
−
192
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
EtsiServerGen/CMakeLists.txt
+
2
−
2
Options
@@ -34,5 +34,5 @@ file(GLOB HDRS
add_library
(
${
PROJECT_NAME
}
${
SRCS
}
)
target_link_libraries
(
${
PROJECT_NAME
}
pistache pthread
)
install
(
TARGETS
${
PROJECT_NAME
}
DESTINATION /usr/lib
/worldStorage
)
install
(
FILES
${
HDRS
}
DESTINATION include
/worldStorage
)
install
(
TARGETS
${
PROJECT_NAME
}
DESTINATION /usr/lib
)
install
(
FILES
${
HDRS
}
DESTINATION include
)
Loading