X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FCMakeLists.txt;h=cd827078e8343361b21b236b6fe11e3acec24fd1;hb=5caf4edd361a27a3250fdbf5e8084b0d5c55d615;hp=b0c4cabd05e392ae61350554dae42dd785b83d94;hpb=03be8457418f247fcbc16e588d6667c91bcf40f4;p=lugaru.git diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index b0c4cab..cd82707 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,9 +130,14 @@ if(WIN32) ) endif(NOT CMAKE_CROSSCOMPILING) + set(LUGARU_SRCS + ${LUGARU_SRCS} + WinDefs.cpp) + set(LUGARU_H ${LUGARU_H} - res/lugaru.h) + WinDefs.h + res/resource.h) endif(WIN32) if(WIN32)