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
c978767c
Commit
c978767c
authored
Dec 20, 2021
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交cmake
parent
7d4dab95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
CMakeLists.txt
CMakeLists.txt
+5
-0
No files found.
CMakeLists.txt
View file @
c978767c
...
...
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.0.2)
project
(
jfx_tracking
)
set
(
KF_CUDA ON
)
set
(
QICHECHENG ON
)
add_definitions
(
-D_DEBUG
)
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
-g -O0"
)
...
...
@@ -43,6 +44,8 @@ add_definitions(-D_QICHECHENG_)
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
if
(
QICHECHENG
)
else
()
find_package
(
catkin REQUIRED COMPONENTS
#camera_info_manager
#cv_bridge
...
...
@@ -69,6 +72,8 @@ catkin_package(
DEPENDS
OpenCV
)
endif
()
###########
## Build ##
...
...
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