diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-10 10:51:23 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-18 17:23:48 -0500 |
| commit | 3a65665d36022c50637fc53d5c9c1ee022c5b3b5 (patch) | |
| tree | 655dbb9d4c8d72b88b3fac94deceb350513aa780 /src/CMakeLists.txt | |
| parent | 3db95eb4043b8da20e99dd7476bc82468a4609fb (diff) | |
wstring_view when possible
first implementation of NtQueryDirectoryFile
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ad8f74c0..08421acb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -132,6 +132,7 @@ SET(organizer_SRCS filerenamer.cpp texteditor.cpp env.cpp + envfs.cpp envmetrics.cpp envmodule.cpp envsecurity.cpp @@ -262,6 +263,7 @@ SET(organizer_HDRS filerenamer.h texteditor.h env.h + envfs.h envmetrics.h envmodule.h envsecurity.h @@ -392,6 +394,7 @@ set(downloads set(env env + envfs envmetrics envmodule envsecurity |
