mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
order targets in CMakeLists alphabetically
This commit is contained in:
parent
7b6b2d2fe8
commit
94abb95771
|
@ -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)
|
||||||
|
|
|
@ -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
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user