Commit c40ded97 authored by oscar's avatar oscar

更新

parent aa596c56
......@@ -19,7 +19,7 @@ include_directories(
add_library(odrManager SHARED IMPORTED)
set_target_properties(odrManager PROPERTIES IMPORTED_LOCATION ${PROJECT_SOURCE_DIR}/src/SDK/lib/libOdrManager.so)
add_library(${PROJ_NAME} SHARED
add_library(${PROJECT_NAME} SHARED
${PROJECT_SOURCE_DIR}/src/MapInterface.cpp
)
......@@ -29,6 +29,6 @@ add_executable(test_map
main.cpp
)
target_link_libraries(${PROJECT_NAME}
${PROJ_NAME}
target_link_libraries(test_map
${PROJECT_NAME}
)
\ No newline at end of file
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