mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-05 21:55:24 +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/util/GlobalHotkeys.cpp
|
||||
./app/util/SystemInfo.cpp
|
||||
./app/util/Text.cpp
|
||||
./app/util/Duration.cpp
|
||||
./app/window/CategoryListView.cpp
|
||||
./app/window/EntryWithHeader.cpp
|
||||
./app/window/LogWindow.cpp
|
||||
@ -32,7 +32,9 @@ set (BOX_SRCS
|
||||
./cursespp/ScrollAdapterBase.cpp
|
||||
./cursespp/SimpleScrollAdapter.cpp
|
||||
./cursespp/SingleLineEntry.cpp
|
||||
./cursespp/Text.cpp
|
||||
./cursespp/TextInput.cpp
|
||||
./cursespp/TextLabel.cpp
|
||||
./cursespp/Window.cpp
|
||||
./cursespp/WindowLayout.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user