order targets in CMakeLists alphabetically

This commit is contained in:
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 gmock
gtest gtest
gtest_main gtest_main
libpng_sapi
sandbox2::temp_file sandbox2::temp_file
sapi::sapi sapi::sapi
libpng_sapi
) )
gtest_discover_tests(tests) gtest_discover_tests(tests)

View File

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