Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
littleBu
OpenXG-RAN
Commits
f5014696
Commit
f5014696
authored
4 months ago
by
Bartosz Podrygajlo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix instrumentation target for older CMake versions
parent
5bd2eb86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
common/CMakeLists.txt
common/CMakeLists.txt
+1
-1
No files found.
common/CMakeLists.txt
View file @
f5014696
...
@@ -3,7 +3,7 @@ add_subdirectory(config/yaml)
...
@@ -3,7 +3,7 @@ add_subdirectory(config/yaml)
configure_file
(
oai_version.h.in oai_version.h @ONLY
)
configure_file
(
oai_version.h.in oai_version.h @ONLY
)
add_library
(
instrumentation INTERFACE
instrumentation.h
)
add_library
(
instrumentation INTERFACE
)
target_include_directories
(
instrumentation INTERFACE .
)
target_include_directories
(
instrumentation INTERFACE .
)
if
(
TRACY_ENABLE
)
if
(
TRACY_ENABLE
)
target_link_libraries
(
instrumentation INTERFACE Tracy::TracyClient
)
target_link_libraries
(
instrumentation INTERFACE Tracy::TracyClient
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment