diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d312a9415..944423738 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -439,8 +439,6 @@ SET(SRCS resources/mapreader.h resources/monsterdb.cpp resources/monsterdb.h - resources/music.cpp - resources/music.h resources/npcdb.cpp resources/npcdb.h resources/openglimagehelper.cpp @@ -451,6 +449,8 @@ SET(SRCS resources/resourcemanager.h resources/sdlimagehelper.cpp resources/sdlimagehelper.h + resources/sdlmusic.cpp + resources/sdlmusic.h resources/soundeffect.h resources/soundeffect.cpp resources/spritedef.h |