Skip to content

Commit

Permalink
add fs in compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagahbond committed Jul 28, 2021
1 parent a445e1e commit b5e413c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ set(INCLUDES
)

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

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

0 comments on commit b5e413c

Please sign in to comment.