diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-18 18:15:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-18 18:15:35 -0500 |
| commit | d41d57fe07633cc1be70c666e91c7e571afdd28f (patch) | |
| tree | bc84402369d6a1920a7d21349de7233fe21b8531 /src/CMakeLists.txt | |
| parent | e749b2072601830c11495ce210907391dfe7bc6b (diff) | |
| parent | f9ad6d97098093b5d03e7792798583ea73a1ea65 (diff) | |
Merge pull request #1004 from isanae/timings
More timings
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
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 ) |
