Commit 2733b811 authored by oscar's avatar oscar

更新

parent ccae2ec3
......@@ -17,7 +17,9 @@ include_directories(
${PROJECT_SOURCE_DIR}/src/SDK/include/
)
if(USING_EXE)
add_definitions(-D_DEBUG_API_)
endif()
add_library(odrManager SHARED IMPORTED)
set_target_properties(odrManager PROPERTIES IMPORTED_LOCATION ${PROJECT_SOURCE_DIR}/src/SDK/lib/libOdrManager.so)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment