mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-01 10:13:22 +00:00
Fix order of target_link_libraries() for tests
Generic libraries at the end.
This commit is contained in:
parent
55f90d8b8b
commit
e4138fdf69
@ -184,7 +184,7 @@ function(find_tests dir dependencies)
|
||||
PROPERTIES LINK_FLAGS -ENTRY:"mainCRTStartup")
|
||||
endif()
|
||||
|
||||
target_link_libraries(${testname} gtest ${PLATFORM_LIBS} ${ARGV})
|
||||
target_link_libraries(${testname} gtest ${ARGV} ${PLATFORM_LIBS})
|
||||
|
||||
if(extra_definitions)
|
||||
set_target_properties(${testname}
|
||||
|
Loading…
x
Reference in New Issue
Block a user