summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorMartinfx <[email protected]>2017-11-29 16:54:25 +0100
committerAhmad Fatoum <[email protected]>2017-11-29 17:06:40 +0100
commit825d15b06976ef2f9a05255ecc86c04d5f73953f (patch)
tree8771338bce548246a52b43826ca16b289aa01b8c /src
parent55396ae2b8d47ba05f0ebfde32e4f373d4a6592d (diff)
downloadraylib-825d15b06976ef2f9a05255ecc86c04d5f73953f.tar.gz
raylib-825d15b06976ef2f9a05255ecc86c04d5f73953f.zip
Fixed broken include for AppVeyor
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 33f0fec5..cb8af48d 100644
--- a/src/CMakeLists.txt
+++ b/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")