summaryrefslogtreecommitdiffhomepage
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2017-11-22 23:32:08 +0100
committerAhmad Fatoum <[email protected]>2017-11-23 00:47:58 +0100
commit1e1b20c889a53d24cfc37880bf6e6bba46f2ae78 (patch)
tree7a5620dedef6237f8733da2e6035b59971986fef /src/CMakeLists.txt
parent96e0f0e35ed96b7345acf6f3329b67518c11d946 (diff)
downloadraylib-1e1b20c889a53d24cfc37880bf6e6bba46f2ae78.tar.gz
raylib-1e1b20c889a53d24cfc37880bf6e6bba46f2ae78.zip
Add AppVeyor CI for automatic Windows Builds
We already have automatic Linux and macOS build via Travis CI. This adds the same for Windows x86 and x86_64 with both Microsoft Visual Studio 2015 as well as MinGW-w64.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f362b52f..fc1e4ca8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -21,6 +21,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/openal/include) # For use with AppVeyor on Windows
# Translate the config options to what raylib wants
if(${PLATFORM} MATCHES "Desktop")