mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-17 13:31:33 +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()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
if(TARGET libretro)
|
if(TARGET retrocrt)
|
||||||
set_target_properties(${name} PROPERTIES LINK_DEPENDS libretro)
|
target_link_libraries(${name} retrocrt)
|
||||||
endif(TARGET libretro)
|
endif(TARGET retrocrt)
|
||||||
|
|
||||||
if(CMAKE_SYSTEM_NAME MATCHES Retro68)
|
if(CMAKE_SYSTEM_NAME MATCHES Retro68)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user