소스 검색

Fixed broken include for AppVeyor

pull/416/head
Martinfx 8 년 전
committed by Ahmad Fatoum
부모
커밋
825d15b069
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/CMakeLists.txt

+ 1
- 1
src/CMakeLists.txt 파일 보기

@ -27,7 +27,7 @@ set_property(CACHE OPENGL_VERSION PROPERTY STRINGS "3.3" "2.1" "1.1" "ES 2.0")
### Config options ###
include_directories(external/glfw/include)
include_directories(external/include) # For use with AppVeyor on Windows
include_directories(external/openal/include) # For use with AppVeyor on Windows
# Translate the config options to what raylib wants
if(${PLATFORM} MATCHES "Desktop")

불러오는 중...
취소
저장