Clarify two include directories for allegro5

This commit is contained in:
Jesse Talavera-Greenberg 2017-07-15 00:09:06 -04:00
parent 7a732c9d20
commit d973fe70b0
No known key found for this signature in database
GPG Key ID: 100D3E7396EED2B6

View File

@ -61,6 +61,8 @@ vcpkg_configure_cmake(
-DWANT_VIDEO=ON
-DWANT_VORBIS=ON
-DOPENAL_INCLUDE_DIR=${CURRENT_INSTALLED_DIR}/include
-DOPUS_INCLUDE_DIR=${CURRENT_INSTALLED_DIR}/include
-DZLIB_INCLUDE_DIR=${CURRENT_INSTALLED_DIR}/include
OPTIONS_RELEASE -DWANT_ALLOW_SSE=ON
OPTIONS_DEBUG -DWANT_ALLOW_SSE=OFF
)