We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed83f2 commit b3c38d4Copy full SHA for b3c38d4
1 file changed
yolox_ros_cpp/yolox_cpp/CMakeLists.txt
@@ -67,7 +67,6 @@ if(YOLOX_USE_TFLITE)
67
set(INCLUDES ${INCLUDES} ${ABSEIL_CPP_ICLUDE_DIR})
68
set(INCLUDES ${INCLUDES} ${FLATBUFFERS_INCLUDE_DIR})
69
set(TARGET_LIBS ${TFLITE_LIB_PATH}/libtensorflow-lite.so)
70
- target_include_directories(yolox_cpp PUBLIC ${INCLUDES})
71
endif()
72
73
# onnxruntime
@@ -89,6 +88,7 @@ ament_export_dependencies(${TARGET_DPENDENCIES})
89
88
target_link_libraries(yolox_cpp ${TARGET_LIBS})
90
91
if (YOLOX_USE_TFLITE)
+ target_include_directories(yolox_cpp PUBLIC ${INCLUDES})
92
ament_export_include_directories(${INCLUDES})
93
install(DIRECTORY ${TFLITE_LIB_PATH}/ DESTINATION lib)
94
0 commit comments