cmake: Fix Allegro include path in embedded Allegro mode

This commit is contained in:
Sebastian Krzyszkowiak 2020-08-18 01:34:37 +02:00
parent 80044b91e3
commit d25d7ee5b9

View file

@ -330,6 +330,7 @@ if (NOT LIBSUPERDERPY_CONFIG_INCLUDED)
set(Allegro5Color_LIBRARIES "allegro_color")
set(Allegro5Video_LIBRARIES "allegro_video")
set(Allegro5Main_LIBRARIES "allegro_main")
set(Allegro5_INCLUDE_DIR "")
include_directories("${LIBSUPERDERPY_DIR}/src/3rdparty/allegro5/include")
include_directories("${LIBSUPERDERPY_DIR}/src/3rdparty/allegro5/addons/font")
include_directories("${LIBSUPERDERPY_DIR}/src/3rdparty/allegro5/addons/ttf")