mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-28 17:59:17 -05:00
Fixed broken include for AppVeyor
This commit is contained in:
@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user