mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Cosmetics
This commit is contained in:
parent
524b386535
commit
a095bdb7e9
@ -44,6 +44,7 @@ pkg_search_module (SDL2_IMAGE REQUIRED SDL2_image)
|
||||
|
||||
##################
|
||||
## SDL_kitchensink
|
||||
##################
|
||||
|
||||
ExternalProject_Add (SDL_kitchensink_Project
|
||||
GIT_REPOSITORY https://github.com/katajakasa/SDL_kitchensink.git
|
||||
@ -65,8 +66,9 @@ endif ()
|
||||
|
||||
add_dependencies (planetblupi SDL_kitchensink_Project)
|
||||
|
||||
## SDL_kitchensink
|
||||
## ##################
|
||||
###########################
|
||||
## Main binary dependencies
|
||||
###########################
|
||||
|
||||
target_link_libraries (planetblupi PUBLIC
|
||||
${Intl_LIBRARIES}
|
||||
@ -76,7 +78,9 @@ target_link_libraries (planetblupi PUBLIC
|
||||
SDL_kitchensink
|
||||
)
|
||||
|
||||
##########
|
||||
## GetText
|
||||
##########
|
||||
|
||||
find_package (Gettext)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user