mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-06-04 05:35:00 -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_include_directories(CemuCamera PUBLIC "../")
|
||||||
target_link_libraries(CemuCamera
|
target_link_libraries(CemuCamera
|
||||||
PUBLIC
|
|
||||||
CemuCommon
|
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
CemuCommon
|
||||||
|
CemuGui
|
||||||
CemuUtil
|
CemuUtil
|
||||||
glm::glm
|
glm::glm
|
||||||
openpnp-capture)
|
openpnp-capture)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user