diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2024-09-07 10:29:19 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-09-07 12:44:33 +0300 |
commit | dd93365a63c1f051e4b453ee974a1708900c49ac (patch) | |
tree | e3b00f7a78fba07e41fc1e9a9882e5ca1d93d3da /src/core/CMakeLists.txt | |
parent | d3524123a9c24610176f238002887e2034a61685 (diff) |
cmake: remove stdfile module
If was removed in the 641cb4d06283b4f76d539092c92cabeb7192ca6e
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 9c3067666b..e638b119b2 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -3,7 +3,6 @@ add_subdirectory(stdaway) add_subdirectory(stdclist) add_subdirectory(stdcrypt) add_subdirectory(stdemail) -add_subdirectory(stdfile) add_subdirectory(stdmsg) add_subdirectory(stdpopup) add_subdirectory(stduihist) |