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
d4ac2c3a
Commit
d4ac2c3a
authored
Sep 27, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改直接编译代码,不适用库的方式
parent
544503c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
CMakeLists.txt
CMakeLists.txt
+2
-5
No files found.
CMakeLists.txt
View file @
d4ac2c3a
...
...
@@ -60,7 +60,7 @@ configure_file (
file
(
GLOB_RECURSE GEOGRAPHICLIB_SRC
${
JFX_COMMON_LIBS_PATH
}
/GeographicLib/src/*.cpp
)
add_library
(
CoordinateLib SHARED
${
GEOGRAPHICLIB_SRC
}
)
#
add_library (CoordinateLib SHARED ${GEOGRAPHICLIB_SRC})
include_directories
(
${
JFX_COMMON_LIBS_PATH
}
/GeographicLib/include
)
include_directories
(
${
JFX_COMMON_LIBS_PATH
}
/coordinate
)
...
...
@@ -171,6 +171,7 @@ file(GLOB_RECURSE TRACKER_SRC_FILES
${
PROJECT_SOURCE_DIR
}
/src/tracker/kalman_filter.cpp
${
PROJECT_SOURCE_DIR
}
/src/tracker/munkres.cpp
${
JFX_COMMON_LIBS_PATH
}
/coordinate/*.cpp
${
GEOGRAPHICLIB_SRC
}
)
else
()
file
(
GLOB_RECURSE TRACKER_SRC_FILES
...
...
@@ -203,10 +204,6 @@ target_link_libraries(${PROJECT_NAME}_node
${
OpenCV_LIBS
}
yaml-cpp
)
if
(
USING_UTM_POS
)
target_link_libraries
(
${
PROJECT_NAME
}
_node CoordinateLib
)
endif
()
if
(
KF_CUDA
)
target_link_libraries
(
${
PROJECT_NAME
}
_node kf_cuda
)
...
...
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