"vscode:/vscode.git/clone" did not exist on "97d68a6a05caaeef6fd3ac07fafe7af78ff325fd"
Commit ac91a9e1 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix cmake list

parent 4df8a2ae
......@@ -38,10 +38,8 @@ endif()
if (WIN32)
include_directories("${PADDLE_LIB}/paddle/fluid/inference")
include_directories("${PADDLE_LIB}/paddle/include")
link_directories("${PADDLE_LIB}/paddle/lib")
link_directories("${PADDLE_LIB}/paddle/fluid/inference")
find_package(OpenCV REQUIRED PATHS ${OPENCV_DIR}/build/ NO_DEFAULT_PATH)
else ()
......
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