mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +01:00
cmake: Fix Allegro include path in embedded Allegro mode
This commit is contained in:
parent
80044b91e3
commit
d25d7ee5b9
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue