diff options
author | rtk0c <[email protected]> | 2021-03-29 13:47:55 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-29 13:47:55 -0700 |
commit | 6032ae108064650324b2c45352e1baa5b36961cc (patch) | |
tree | 79ebd1df933ca9c3d8de4a5a537fffeadf7a6c9b /core/CMakeLists.txt | |
parent | 2d7e772909571676dd4266337d43086bd2927e93 (diff) |
Project tab
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index e39512d..3f8fb12 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -34,11 +34,13 @@ set(ENTRYPOINT_MODULE_SOURCES ) add_source_group(MODEL_MODULE_SOURCES + src/Model/Project.cpp src/Model/Stock.cpp ) add_source_group(UI_MODULE_SOURCES src/UI/Localization.cpp + src/UI/States.cpp src/UI/UI_DatabaseView.cpp src/UI/UI_Export.cpp src/UI/UI_Items.cpp |