Fixed typo that hid the sys/*.h files in the VS solutions

This commit is contained in:
Robert Beckebans 2013-08-14 02:48:07 +02:00
parent cfbbcd6fe6
commit bc45492d9c

View file

@ -1148,7 +1148,7 @@ if(MSVC)
${EDITOR_SOUND_INCLUDES} ${EDITOR_SOUND_SOURCES}) ${EDITOR_SOUND_INCLUDES} ${EDITOR_SOUND_SOURCES})
endif() endif()
list(APPEND RBDOOM3_INLCUDES list(APPEND RBDOOM3_INCLUDES
${SYS_INCLUDES} ${SYS_INCLUDES}
${WIN32_INCLUDES}) ${WIN32_INCLUDES})