|
|
|
@ -44,7 +44,7 @@ add_compile_options(-Wall -std=c++11 -O2 -g)
@@ -44,7 +44,7 @@ add_compile_options(-Wall -std=c++11 -O2 -g)
|
|
|
|
|
link_directories(${PROJECT_SOURCE_DIR}/lib) |
|
|
|
|
link_directories(/usr/local/lib) |
|
|
|
|
|
|
|
|
|
list(APPEND ALL_LINKER_LIBS mk_api ZLToolKit dl ${3RDPARTY_LIBS} ${OpenCV_LIBS} pthread hv models) |
|
|
|
|
list(APPEND ALL_LINKER_LIBS ZLToolKit dl ${3RDPARTY_LIBS} ${OpenCV_LIBS} pthread models) |
|
|
|
|
|
|
|
|
|
# 指定生成的目标 |
|
|
|
|
add_executable(main ${DIR_SRCS}) |
|
|
|
|