mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-07 09:54:55 +00:00
Updated CMakeLists.txt with the new files so Linux and Mac compile again.
This commit is contained in:
parent
526cb025c2
commit
188d0e5690
@ -12,7 +12,7 @@ set (BOX_SRCS
|
|||||||
./app/service/PlaybackService.cpp
|
./app/service/PlaybackService.cpp
|
||||||
./app/util/GlobalHotkeys.cpp
|
./app/util/GlobalHotkeys.cpp
|
||||||
./app/util/SystemInfo.cpp
|
./app/util/SystemInfo.cpp
|
||||||
./app/util/Text.cpp
|
./app/util/Duration.cpp
|
||||||
./app/window/CategoryListView.cpp
|
./app/window/CategoryListView.cpp
|
||||||
./app/window/EntryWithHeader.cpp
|
./app/window/EntryWithHeader.cpp
|
||||||
./app/window/LogWindow.cpp
|
./app/window/LogWindow.cpp
|
||||||
@ -32,7 +32,9 @@ set (BOX_SRCS
|
|||||||
./cursespp/ScrollAdapterBase.cpp
|
./cursespp/ScrollAdapterBase.cpp
|
||||||
./cursespp/SimpleScrollAdapter.cpp
|
./cursespp/SimpleScrollAdapter.cpp
|
||||||
./cursespp/SingleLineEntry.cpp
|
./cursespp/SingleLineEntry.cpp
|
||||||
|
./cursespp/Text.cpp
|
||||||
./cursespp/TextInput.cpp
|
./cursespp/TextInput.cpp
|
||||||
|
./cursespp/TextLabel.cpp
|
||||||
./cursespp/Window.cpp
|
./cursespp/Window.cpp
|
||||||
./cursespp/WindowLayout.cpp
|
./cursespp/WindowLayout.cpp
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user