mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-17 22:01:26 -06:00
Link to CemuGui in CemuCamera despite not using any GUI code
Every other Cemu component links it
This commit is contained in:
parent
1568d40b94
commit
fb0a45510d
@ -10,9 +10,9 @@ set_property(TARGET CemuCamera PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<C
|
||||
|
||||
target_include_directories(CemuCamera PUBLIC "../")
|
||||
target_link_libraries(CemuCamera
|
||||
PUBLIC
|
||||
CemuCommon
|
||||
PRIVATE
|
||||
CemuCommon
|
||||
CemuGui
|
||||
CemuUtil
|
||||
glm::glm
|
||||
openpnp-capture)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user