-
-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow DroneCore to be added to built by a parent cmake project #419
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx. A couple of fixes needed.
core/CMakeLists.txt
Outdated
${PROJECT_SOURCE_DIR}/core/global_include_test.cpp | ||
${PROJECT_SOURCE_DIR}/core/mavlink_channels_test.cpp | ||
${PROJECT_SOURCE_DIR}/core/unittests_main.cpp | ||
# TODO: add this again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete the trailing white space.
plugins/mission/CMakeLists.txt
Outdated
${CMAKE_SOURCE_DIR}/core | ||
SYSTEM ${CMAKE_SOURCE_DIR}/third_party/include | ||
#${CMAKE_CURRENT_SOURCE_DIR}/core | ||
#SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/third_party/include |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the accidental #
changes here.
Thanks! Why is it a [WIP]? Can't we merge it? |
Additional missing replacements. Should be ok now |
@JonasVautherin oh looks like Jenkins forgot how to do clang-format. |
Waiting with merging until we figure the Jenkinsbuild out in #420. |
@Stifael please rebase, CI should be fixed. |
… PROJECT_SOURCE_DIR
note: third_party/include does not exist
08a953a
to
649c394
Compare
Allow DroneCore to be added to built by a parent cmake project
This allows DroneCore to be added to any cmake project just by doing: