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

View File

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