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
|
||||
gtest
|
||||
gtest_main
|
||||
libpng_sapi
|
||||
sandbox2::temp_file
|
||||
sapi::sapi
|
||||
libpng_sapi
|
||||
)
|
||||
|
||||
gtest_discover_tests(tests)
|
||||
|
|
|
@ -22,7 +22,7 @@ set_target_properties(wrapper
|
|||
)
|
||||
|
||||
target_link_libraries(wrapper
|
||||
PNG::PNG
|
||||
sandbox2::temp_file
|
||||
sapi::sapi
|
||||
PNG::PNG
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user