mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-17 13:51:30 -06:00
Link CemuCommon as PUBLIC
I know it doesn't match the rest of the `CMakeLists`
This commit is contained in:
parent
2f6a13650e
commit
1bb26db454
@ -9,8 +9,10 @@ add_library(CemuCamera
|
||||
set_property(TARGET CemuCamera PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
||||
target_include_directories(CemuCamera PUBLIC "../")
|
||||
target_link_libraries(CemuCamera PRIVATE
|
||||
target_link_libraries(CemuCamera
|
||||
PUBLIC
|
||||
CemuCommon
|
||||
PRIVATE
|
||||
CemuUtil
|
||||
glm::glm
|
||||
openpnp-capture)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user