mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Cosmetic
This commit is contained in:
parent
e9d2782b9c
commit
d28342b615
@ -56,11 +56,11 @@ ExternalProject_Get_Property (SDL_kitchensink_Project install_dir)
|
|||||||
include_directories (${install_dir}/include)
|
include_directories (${install_dir}/include)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
add_library (SDL_kitchensink STATIC IMPORTED)
|
add_library (SDL_kitchensink STATIC IMPORTED)
|
||||||
set_property (TARGET SDL_kitchensink PROPERTY IMPORTED_LOCATION ${install_dir}/lib/libSDL_kitchensink.dll.a)
|
set_property (TARGET SDL_kitchensink PROPERTY IMPORTED_LOCATION ${install_dir}/lib/libSDL_kitchensink.dll.a)
|
||||||
else ()
|
else ()
|
||||||
add_library (SDL_kitchensink SHARED IMPORTED)
|
add_library (SDL_kitchensink SHARED IMPORTED)
|
||||||
set_property (TARGET SDL_kitchensink PROPERTY IMPORTED_LOCATION ${install_dir}/lib/libSDL_kitchensink.so)
|
set_property (TARGET SDL_kitchensink PROPERTY IMPORTED_LOCATION ${install_dir}/lib/libSDL_kitchensink.so)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
add_dependencies (planetblupi SDL_kitchensink_Project)
|
add_dependencies (planetblupi SDL_kitchensink_Project)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user