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
View File
@@ -20,6 +20,7 @@ target_link_libraries(lmsscanner PRIVATE
)
target_link_libraries(lmsscanner PUBLIC
std::filesystem
wt
)