order targets in CMakeLists alphabetically

pull/69/head
Alexandra Latysheva 2020-10-30 12:46:13 +00:00
parent 7b6b2d2fe8
commit 94abb95771
2 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ target_link_libraries(tests PRIVATE
gmock
gtest
gtest_main
libpng_sapi
sandbox2::temp_file
sapi::sapi
libpng_sapi
)
gtest_discover_tests(tests)

View File

@ -22,7 +22,7 @@ set_target_properties(wrapper
)
target_link_libraries(wrapper
PNG::PNG
sandbox2::temp_file
sapi::sapi
PNG::PNG
)