diff options
| author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-10 23:40:39 -0400 |
|---|---|---|
| committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 10:56:54 -0400 |
| commit | 04d4b6ab802a1238eaca6c0a16d1a739503b81d9 (patch) | |
| tree | 2e4c850092b6d6f5f50e3a6a648a217e3c7a283c /src/common/CMakeLists.txt | |
| parent | 02265f19d996f7266da7c4cba5c9d93ab3727f9f (diff) | |
(ui,)settings: Use explicit instantiation
Reduces compile times a tad on clang.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 5902dd617..3c8368bb2 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -110,9 +110,11 @@ add_library(common STATIC scratch_buffer.h settings.cpp settings.h + settings_common.h settings_enums.h settings_input.cpp settings_input.h + settings_setting.h socket_types.h spin_lock.cpp spin_lock.h |
