X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FCMakeLists.txt;h=862214da6effcc8690aa49b01d527adce40b3f18;hb=a4422339d9aefd773d8edc7689f0c50e99438016;hp=b0c4cabd05e392ae61350554dae42dd785b83d94;hpb=9e1a507cf6f084fa2118905cc8cdc854c64ae64b;p=lugaru.git diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index b0c4cab..862214d 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -54,8 +54,7 @@ set(LUGARU_SRCS unpack_private.c Weapons.cpp MacCompatibility.cpp - logger/logger.cpp - OpenGL_Windows.cpp + OpenGL_Windows.cpp openal_wrapper.cpp WinInput.cpp) @@ -131,8 +130,13 @@ if(WIN32) ) endif(NOT CMAKE_CROSSCOMPILING) + set(LUGARU_SRCS + ${LUGARU_SRCS} + WinDefs.cpp) + set(LUGARU_H ${LUGARU_H} + WinDefs.h res/lugaru.h) endif(WIN32)