瀏覽代碼

Fixed broken include for AppVeyor

pull/416/head
Martinfx 7 年之前
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 ### ### Config options ###
include_directories(external/glfw/include) 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 # Translate the config options to what raylib wants
if(${PLATFORM} MATCHES "Desktop") if(${PLATFORM} MATCHES "Desktop")

Loading…
取消
儲存