diff --git a/task01/CMakeLists.txt b/task01/CMakeLists.txt index 0c09d7d..99fa5bb 100644 --- a/task01/CMakeLists.txt +++ b/task01/CMakeLists.txt @@ -30,4 +30,5 @@ add_executable(${PROJECT_NAME} ) target_link_libraries(${PROJECT_NAME} + stdc++fs ) \ No newline at end of file