-
Notifications
You must be signed in to change notification settings - Fork 647
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
[Enhancement] Adjust csrc
structure
#594
Conversation
Codecov Report
@@ Coverage Diff @@
## master #594 +/- ##
=======================================
Coverage 57.42% 57.42%
=======================================
Files 258 258
Lines 8561 8561
Branches 1279 1279
=======================================
Hits 4916 4916
Misses 3292 3292
Partials 353 353
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
#include "pose_detector.h" // include "mmdeploy/c/pose_detector.h" |
csrc/mmdeploy/apis/c/CMakeLists.txt
Outdated
endforeach () | ||
|
||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/common.h | ||
DESTINATION include/c) | ||
#install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/common.h |
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.
May remove the useless code
#include "common.h" | ||
#include "common_internal.h" | ||
#include "execution/when_all_value.h" | ||
#include "executor_internal.h" | ||
#include "mmdeploy/execution/when_all_value.h" |
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.
Can we include the header file in the same pattern, e.g., the relative path to ${MMDEPLOY_ROOT_DIR}/csrc
?
No description provided.