mirror of
https://github.com/blupi-games/planetblupi-dev
synced 2024-12-30 13:55:36 +01:00
Add missing dependencies for main project
This commit is contained in:
parent
f798468b41
commit
89c4f06a59
@ -640,6 +640,8 @@ if (HAS_SDLIMAGE)
|
||||
INSTALL_DIR ${CMAKE_BINARY_DIR}
|
||||
DEPENDS SDL2_Project libpng_Project
|
||||
)
|
||||
|
||||
set (planetblupi_DEPS ${planetblupi_DEPS} SDL2_image_Project)
|
||||
endif ()
|
||||
|
||||
#############
|
||||
@ -697,6 +699,8 @@ if (HAS_SDLMIXER)
|
||||
INSTALL_DIR ${CMAKE_BINARY_DIR}
|
||||
DEPENDS ${SDL2_mixer_DEPENDS}
|
||||
)
|
||||
|
||||
set (planetblupi_DEPS ${planetblupi_DEPS} SDL2_mixer_Project)
|
||||
endif ()
|
||||
|
||||
##################
|
||||
|
Loading…
x
Reference in New Issue
Block a user