mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-31 19:30:44 +00:00
attempt to fix dependency ordering of build
This commit is contained in:
parent
856639df55
commit
4470b2055c
@ -77,9 +77,9 @@ function(add_application name)
|
||||
endif()
|
||||
|
||||
|
||||
if(TARGET libretro)
|
||||
set_target_properties(${name} PROPERTIES LINK_DEPENDS libretro)
|
||||
endif(TARGET libretro)
|
||||
if(TARGET retrocrt)
|
||||
target_link_libraries(${name} retrocrt)
|
||||
endif(TARGET retrocrt)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME MATCHES Retro68)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user