diff options
| author | Ahmad Fatoum <[email protected]> | 2017-11-22 23:32:08 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2017-11-23 00:47:58 +0100 |
| commit | 1e1b20c889a53d24cfc37880bf6e6bba46f2ae78 (patch) | |
| tree | 7a5620dedef6237f8733da2e6035b59971986fef /src/CMakeLists.txt | |
| parent | 96e0f0e35ed96b7345acf6f3329b67518c11d946 (diff) | |
| download | raylib-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.txt | 1 |
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") |
