Trying to find std::filesystem using cmake

This commit is contained in:
emeric
2020-03-29 18:41:26 +02:00
parent d8fa47c949
commit 8a09aa4e01
10 changed files with 250 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ target_link_libraries(lmsutils PRIVATE
target_link_libraries(lmsutils PUBLIC
boost_system
stdc++fs
std::filesystem
wt
)