attempt to fix dependency ordering of build

This commit is contained in:
Wolfgang Thaller 2019-08-12 21:16:44 +02:00
parent 856639df55
commit 4470b2055c
1 changed files with 3 additions and 3 deletions

View File

@ -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)