]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Moved stereo initialization code to a separate file.
[lugaru.git] / CMakeLists.txt
index 7d3799595caa524d3b0933f43166983ae4df1cb9..c56a43ad6f0ad882180d5fce573840991725e3e5 100644 (file)
@@ -77,6 +77,7 @@ set(LUGARU_SRCS
        ${SRCDIR}/OpenGL_Windows.cpp
        ${SRCDIR}/openal_wrapper.cpp
        ${SRCDIR}/WinInput.cpp
+       ${SRCDIR}/Stereo.cpp
 )
 
 set(LUGARU_H
@@ -110,6 +111,7 @@ set(LUGARU_H
        ${SRCDIR}/pack_private.h
        ${SRCDIR}/private.h
        ${SRCDIR}/unpack_private.h
+       ${SRCDIR}/Stereo.h
 )
 
 if(UNIX)