Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Николай Степанов
2023_1_DDT
Commits
5749db7b
Commit
5749db7b
authored
2 years ago
by
marcheanin
Browse files
Options
Download
Patches
Plain Diff
fix lib's cmakelists
parent
fe5c1365
service_fix
dev
metrics
metrics_dev
service+metrics
6 merge requests
!24
MVP+
,
!15
Metrics dev (РК2 - разработка библиотек)
,
!11
Service+metrics
,
!9
Metrics
,
!18
RK: MVP
,
!12
Serv+metr+repo
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
metrics/CMakeLists.txt
+3
-2
metrics/CMakeLists.txt
with
3 additions
and
2 deletions
+3
-2
metrics/CMakeLists.txt
+
3
−
2
View file @
5749db7b
find_package
(
Boost 1.8.1 REQUIRED
)
add_library
(
MetricsLib source/TextMetricImpl.cpp
)
find_package
(
Boost 1.8.1 REQUIRED
)
target_include_directories
(
MetricsLib PUBLIC metrics_headers
${
Boost_LIBRARIES
}
)
\ No newline at end of file
target_include_directories
(
MetricsLib PUBLIC metrics_headers
)
target_link_libraries
(
MetricsLib PUBLIC
${
Boost_LIBRARIES
}
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets