Remove duplicates

This commit is contained in:
Gunter Labes 2025-02-09 12:52:12 +01:00
parent 5b8bb4f482
commit 01fb39417e
No known key found for this signature in database
GPG Key ID: C0C7B971CC910216

View File

@ -212,7 +212,6 @@ if(ENABLE_GAME)
endif()
target_link_libraries(wesnoth
wesnoth-common
${WIDGETS_LIB}
wesnoth-client
wesnoth-common
@ -259,7 +258,6 @@ if(ENABLE_TESTS)
endif()
target_link_libraries(boost_unit_tests
wesnoth-common
${WIDGETS_LIB}
wesnoth-client
wesnoth-common