summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-10 10:51:23 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-18 17:23:48 -0500
commit3a65665d36022c50637fc53d5c9c1ee022c5b3b5 (patch)
tree655dbb9d4c8d72b88b3fac94deceb350513aa780 /src/CMakeLists.txt
parent3db95eb4043b8da20e99dd7476bc82468a4609fb (diff)
wstring_view when possible
first implementation of NtQueryDirectoryFile
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
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