X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FCMakeLists.txt;h=b2ffe3f1d9f62b9d5050c301895d693d2275ee8c;hb=fcc16085eb812a778eed023f4ad5c0b0bc158827;hp=b0c4cabd05e392ae61350554dae42dd785b83d94;hpb=03be8457418f247fcbc16e588d6667c91bcf40f4;p=lugaru.git diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index b0c4cab..b2ffe3f 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -131,8 +131,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)