Reorganize file layout.

Move 'UI' ro 'Resources'.
This commit is contained in:
SET
2022-10-17 15:59:43 +02:00
parent e9a776d0a7
commit 6b37b9b9f7
8 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ add_executable(T7
PedalManager.h PedalManager.cpp
KeyboardSimulation.h KeyboardSimulation.cpp
XT7Main.h XT7Main.cpp
UI/t7app.h UI/t7app.cpp
UI/t7main.h UI/t7main.cpp
Resources/UI/t7app.h Resources/UI/t7app.cpp
Resources/UI/t7main.h Resources/UI/t7main.cpp
)
install(TARGETS T7 RUNTIME DESTINATION bin)