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
cf4e44ec
Commit
cf4e44ec
authored
Dec 29, 2021
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交nsight的cmake修改
parent
d248a61b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
CMakeLists.txt
CMakeLists.txt
+7
-0
src
src
+1
-1
No files found.
CMakeLists.txt
View file @
cf4e44ec
...
...
@@ -3,6 +3,7 @@ project(jfx_tracking)
set
(
KF_CUDA ON
)
set
(
QICHECHENG ON
)
set
(
NSIGHT ON
)
add_definitions
(
-D_DEBUG
)
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
-g -O0"
)
...
...
@@ -43,6 +44,9 @@ include_directories(${YAML_CPP_INCLUDE_DIR})
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
if
(
NSIGHT
)
add_definitions
(
-D_USING_NSIGHT_
)
endif
()
if
(
QICHECHENG
)
add_definitions
(
-D_QICHECHENG_
)
else
()
...
...
@@ -146,6 +150,9 @@ target_link_libraries(${PROJECT_NAME}_node
if
(
KF_CUDA
)
target_link_libraries
(
${
PROJECT_NAME
}
_node kf_cuda
)
endif
()
if
(
NSIGHT
)
target_link_libraries
(
${
PROJECT_NAME
}
_node nvToolsExt
)
endif
()
#add_executable(cv_test
# src/test.cpp
...
...
src
@
e01a1828
Subproject commit
ca0f37c22aea792bfa8310816bb215ba6853c931
Subproject commit
e01a1828db516e5f19b1dbd0971cb9f9836f08fe
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