Commit 5494c146 authored by oscar's avatar oscar

提交 更新

parent 4294e10b
...@@ -25,10 +25,10 @@ add_library(${PROJECT_NAME} SHARED ...@@ -25,10 +25,10 @@ add_library(${PROJECT_NAME} SHARED
target_link_libraries(${PROJECT_NAME} odrManager) target_link_libraries(${PROJECT_NAME} odrManager)
add_executable(test_map #add_executable(test_map
main.cpp # main.cpp
) #)
target_link_libraries(test_map #target_link_libraries(test_map
${PROJECT_NAME} # ${PROJECT_NAME}
) # )
\ No newline at end of file \ 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