mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-15 16:27:55 +00:00
attempt to fix dependency ordering of build
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user