diff options
Diffstat (limited to 'Applications/SoundPlayer/CMakeLists.txt')
-rw-r--r-- | Applications/SoundPlayer/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Applications/SoundPlayer/CMakeLists.txt b/Applications/SoundPlayer/CMakeLists.txt deleted file mode 100644 index 99e1da4653..0000000000 --- a/Applications/SoundPlayer/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -set(SOURCES - main.cpp - PlaybackManager.cpp - SampleWidget.cpp - SoundPlayerWidget.cpp -) - -serenity_app(SoundPlayer ICON app-sound-player) -target_link_libraries(SoundPlayer LibAudio LibGUI) |