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
@@ -18,6 +18,7 @@ target_include_directories(lmsrecommendation PRIVATE
target_link_libraries(lmsrecommendation PRIVATE
lmsdatabase
lmssom
std::filesystem
wt
)