X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=9e2f8661431961aa6de9f68c322b716552841f3d;hb=f115b28d45767b70ee0586e6ac6b55484b9ed692;hp=6943bfd39bd7daf2014713736451548eb729690d;hpb=5d012673217f9949701c43d7517f8aa4947a35b2;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 6943bfd..9e2f866 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,6 +81,7 @@ set(LUGARU_SRCS ${SRCDIR}/Settings.cpp ${SRCDIR}/Stereo.cpp ${SRCDIR}/Animation.cpp + ${SRCDIR}/Sounds.cpp ) set(LUGARU_H @@ -115,6 +116,8 @@ set(LUGARU_H ${SRCDIR}/Stereo.h ${SRCDIR}/Animation.h ${SRCDIR}/Animation.def + ${SRCDIR}/Sounds.h + ${SRCDIR}/Sounds.def ) if(UNIX)