Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
J
jfx_tracking
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
oscar
jfx_tracking
Commits
8ef3f6bb
Commit
8ef3f6bb
authored
May 27, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交更新
parent
be587fad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
CMakeLists.txt
CMakeLists.txt
+9
-0
src
src
+1
-1
No files found.
CMakeLists.txt
View file @
8ef3f6bb
...
...
@@ -4,6 +4,7 @@ project(jfx_tracking)
set
(
KF_CUDA OFF
)
set
(
QICHECHENG OFF
)
set
(
NSIGHT OFF
)
set
(
USING_ABUZHABI ON
)
SET
(
CMAKE_BUILD_TYPE
"Release"
)
...
...
@@ -20,6 +21,14 @@ file(GLOB_RECURSE COMMON_SRC_LIST
${
JFX_COMMON_LIBS_PATH
}
/utils/yaml_parser.cpp
)
if
(
USING_ABUZHABI
)
include_directories
(
${
PROJECT_SOURCE_DIR
}
/src/abuzhabi
${
PROJECT_SOURCE_DIR
}
/src/common
)
add_definitions
(
-D_SEND_ABUZHABI_
)
endif
()
#add_subdirectory(yolov5)
#add_subdirectory(track)
## Compile as C++11, supported in ROS Kinetic and newer
...
...
src
@
4d43b4eb
Subproject commit
7dcdecb8e8a3ffd4559acd77d9070236315daabd
Subproject commit
4d43b4eba0771bef14976d6c0ae128c4d79a2f97
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