Adding missing stdc++fs link for std::filesystem
This commit is contained in:
@@ -2,4 +2,4 @@ project(tests)
|
|||||||
file(GLOB UNIT_TESTS unit_*.cpp)
|
file(GLOB UNIT_TESTS unit_*.cpp)
|
||||||
file(GLOB INTEGRATION_TESTS int_*.cpp)
|
file(GLOB INTEGRATION_TESTS int_*.cpp)
|
||||||
add_executable(tests main.cpp ${UNIT_TESTS} ${INTEGRATION_TESTS})
|
add_executable(tests main.cpp ${UNIT_TESTS} ${INTEGRATION_TESTS})
|
||||||
target_link_libraries(tests daggy)
|
target_link_libraries(tests daggy stdc++fs)
|
||||||
|
|||||||
Reference in New Issue
Block a user