mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 02:56:43 +01:00
fix macos builds
This commit is contained in:
parent
65807cd369
commit
c5b5d7a7e0
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ endif(APPLE)
|
|||
|
||||
add_libsuperderpy_target("${EXECUTABLE_SRC_LIST}")
|
||||
target_link_libraries(${EXECUTABLE} "libsuperderpy-${LIBSUPERDERPY_GAMENAME}")
|
||||
if (APPLE)
|
||||
target_link_libraries(${EXECUTABLE} ${ALLEGRO5_MAIN_LIBRARIES})
|
||||
endif(APPLE)
|
||||
install(TARGETS ${EXECUTABLE} DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
||||
add_library("libsuperderpy-${LIBSUPERDERPY_GAMENAME}" SHARED "common.c")
|
||||
|
|
Loading…
Reference in a new issue