build/cmake: Clean up target_link_libraries (#1726)

This commit is contained in:
oltolm 2025-11-21 01:50:52 +01:00 committed by GitHub
parent f5b19278d1
commit 1382ee0381
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 29 additions and 80 deletions

View file

@ -59,9 +59,6 @@ target_precompile_headers(CemuCommon PUBLIC precompiled.h)
target_include_directories(CemuCommon PUBLIC "../")
target_link_libraries(CemuCommon PRIVATE
CemuCafe
CemuConfig
CemuComponents
Boost::nowide
Boost::filesystem
glm::glm