mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-02 13:14:01 +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")
|
PROPERTIES LINK_FLAGS -ENTRY:"mainCRTStartup")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(${testname} gtest ${PLATFORM_LIBS} ${ARGV})
|
target_link_libraries(${testname} gtest ${ARGV} ${PLATFORM_LIBS})
|
||||||
|
|
||||||
if(extra_definitions)
|
if(extra_definitions)
|
||||||
set_target_properties(${testname}
|
set_target_properties(${testname}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user