]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Jeff & David of Wolfire agreed to relicense portions of the game assets under CC...
[lugaru.git] / CMakeLists.txt
index 7d3799595caa524d3b0933f43166983ae4df1cb9..766bd3768640f4d3152b7458b5168d6b8a442499 100644 (file)
@@ -77,6 +77,8 @@ set(LUGARU_SRCS
        ${SRCDIR}/OpenGL_Windows.cpp
        ${SRCDIR}/openal_wrapper.cpp
        ${SRCDIR}/WinInput.cpp
+       ${SRCDIR}/Settings.cpp
+       ${SRCDIR}/Stereo.cpp
 )
 
 set(LUGARU_H
@@ -110,6 +112,8 @@ set(LUGARU_H
        ${SRCDIR}/pack_private.h
        ${SRCDIR}/private.h
        ${SRCDIR}/unpack_private.h
+       ${SRCDIR}/Settings.h
+       ${SRCDIR}/Stereo.h
 )
 
 if(UNIX)