Skip to content

Commit

Permalink
link fs along with opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagahbond committed Jul 28, 2021
1 parent b5e413c commit 4999261
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ set(INCLUDES
"${CMAKE_CURRENT_SOURCE_DIR}"
)

target_link_libraries(${PROJECT_NAME} PRIVATE ${OpenCV_LIBS})
target_link_libraries(${PROJECT_NAME} stdc++fs)
target_link_libraries(${PROJECT_NAME} PRIVATE ${OpenCV_LIBS} stdc++fs)

target_include_directories(${PROJECT_NAME} PUBLIC ${INCLUDES})

0 comments on commit 4999261

Please sign in to comment.