diff options
Diffstat (limited to 'logic/CMakeLists.txt')
-rw-r--r-- | logic/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/logic/CMakeLists.txt b/logic/CMakeLists.txt index 0398cffe..9a87dcab 100644 --- a/logic/CMakeLists.txt +++ b/logic/CMakeLists.txt @@ -32,8 +32,12 @@ set(LOGIC_SOURCES # JSON parsing helpers Json.h Json.cpp + FileSystem.h FileSystem.cpp + DesktopServices.h + DesktopServices.cpp + Exception.h # RW lock protected map |