X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=4833e360834086d5420fcb6719c0593b46cd58d6;hb=980959d6da4f0cd440372c0efd25b89f8a034cb6;hp=be820958ae2671b457ceb03e1dc57856c69c26be;hpb=83ae4b26bbaa7226d2e4254978e6e89c37144c03;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