X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=c56a43ad6f0ad882180d5fce573840991725e3e5;hb=8aea302e15fb002424dc0fd0d3746f83a48f671e;hp=7d3799595caa524d3b0933f43166983ae4df1cb9;hpb=941e77c751322379bae0c7f5efdbea14939abee6;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d37995..c56a43a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)