Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
J
jfx_rvfusion_cx
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
ChenKun
jfx_rvfusion_cx
Commits
aabe2641
Commit
aabe2641
authored
Sep 16, 2022
by
wangqibing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改CMakeLists.txt,添加路径:支持源码编译GeographicLib
parent
ac1118a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
CMakeLists.txt
+3
-2
No files found.
CMakeLists.txt
View file @
aabe2641
...
...
@@ -58,6 +58,7 @@ include_directories(
${
JFX_COMMON_LIBS_PATH
}
/core
${
JFX_COMMON_LIBS_PATH
}
/utils
${
JFX_COMMON_LIBS_PATH
}
/coordinate
${
JFX_COMMON_LIBS_PATH
}
/GeographicLib/include
)
file
(
GLOB_RECURSE RVFUSION_SRC_LIST
...
...
@@ -68,6 +69,7 @@ file(GLOB_RECURSE COMMON_SRC_LIST
${
JFX_COMMON_LIBS_PATH
}
/core/udp_client.cpp
${
JFX_COMMON_LIBS_PATH
}
/utils/*.cpp
${
JFX_COMMON_LIBS_PATH
}
/coordinate/*.cpp
${
JFX_COMMON_LIBS_PATH
}
/GeographicLib/src/*.cpp
)
add_executable
(
${
PROJECT_NAME
}
...
...
@@ -121,4 +123,4 @@ install(TARGETS ${PROJECT_NAME}
install
(
DIRECTORY
launch config
DESTINATION
${
CATKIN_PACKAGE_SHARE_DESTINATION
}
)
\ No newline at end of file
)
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