mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-17 05:41: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
1bb26db454
commit
49c33981a7
@ -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