Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
applications
BallTracking
Commits
dd655e84
Commit
dd655e84
authored
Apr 21, 2020
by
Ahmed
Browse files
update CMakeLists
parent
22d87e4a
Pipeline
#270836
failed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/cpp/CMakeLists.txt
View file @
dd655e84
...
...
@@ -11,5 +11,5 @@ find_package(OpenCV REQUIRED)
set
(
INCLUDE_DIRS
${
INCLUDE_DIRS
}
${
OpenCV_INCLUDE_DIRS
}
)
set
(
LIBS
${
LIBS
}
${
OpenCV_LIBS
}
)
target_link_libraries
(
BallTracking ba_balltracking
${
LIBS
}
-lblas -lopenblas
)
target_include_directories
(
PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
)
target_include_directories
(
BallTracking
PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
)
export
(
TARGETS BallTracking FILE BallTracking.cmake
)
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!
Cancel
Please
register
or
sign in
to comment