summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-18 18:15:35 -0500
committerGitHub <noreply@github.com>2020-02-18 18:15:35 -0500
commitd41d57fe07633cc1be70c666e91c7e571afdd28f (patch)
treebc84402369d6a1920a7d21349de7233fe21b8531 /src/CMakeLists.txt
parente749b2072601830c11495ce210907391dfe7bc6b (diff)
parentf9ad6d97098093b5d03e7792798583ea73a1ea65 (diff)
Merge pull request #1004 from isanae/timings
More timings
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 85d8af0f..d1430963 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -293,6 +293,7 @@ SET(organizer_HDRS
shared/fileentry.h
shared/filesorigin.h
shared/fileregister.h
+ shared/fileregisterfwd.h
shared/originconnection.h
shared/util.h
shared/appconfig.h
@@ -481,6 +482,7 @@ set(register
shared/fileentry
shared/filesorigin
shared/fileregister
+ shared/fileregisterfwd
shared/originconnection
directoryrefresher
)