Browse Source

update cmakelist

DevYK 3 years ago
parent
commit
216477febc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CMakeLists.txt

+ 2 - 2
CMakeLists.txt

@@ -208,10 +208,10 @@ if (UNIX)
     include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src/third_party/breakpad/ret/include/breakpad)
     link_directories(${CMAKE_CURRENT_SOURCE_DIR}/src/third_party/breakpad/ret/libs)
     target_link_libraries(piaoquan_java_opencv -lpthread
-            ${FFmpeg_LIBS}
-            ${OpenCV_LIBS}
             libbreakpad.a
             libbreakpad_client.a
+            ${FFmpeg_LIBS}
+            ${OpenCV_LIBS}
             )
 else ()
     target_link_libraries(piaoquan_java_opencv -lpthread