X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=4833e360834086d5420fcb6719c0593b46cd58d6;hb=b42c969f8e187da68b6fc53b8bb9102f65707434;hp=be820958ae2671b457ceb03e1dc57856c69c26be;hpb=68de91c49dae0870cfd2c39e22c0ae0666f5c05f;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index be82095..4833e36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,13 +78,19 @@ if(MSVC) # MSVC non-C99 support biting us hard ) endif(MSVC) +if(UNIX) + set(LUGARU_H + ${LUGARU_H} + ${SRCDIR}/MacCompatibility.h + ) +endif(UNIX) + set(LUGARU_H ${SRCDIR}/Constants.h ${SRCDIR}/Frustum.h ${SRCDIR}/Game.h ${SRCDIR}/Lights.h ${SRCDIR}/LinkedList.h - ${SRCDIR}/MacCompatibility.h ${SRCDIR}/Models.h ${SRCDIR}/Objects.h ${SRCDIR}/Person.h