mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-12 01:36:58 +00:00
build/cmake: Clean up target_link_libraries (#1726)
This commit is contained in:
parent
f5b19278d1
commit
1382ee0381
11 changed files with 29 additions and 80 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue