mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-17 05:41:26 -06:00
CMakeLists.txt adjustments
This commit is contained in:
parent
aff12540a6
commit
cf6781fdcb
@ -9,4 +9,8 @@ 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 CemuCommon CemuUtil openpnp-capture)
|
||||
target_link_libraries(CemuCamera PRIVATE
|
||||
CemuCommon
|
||||
CemuUtil
|
||||
glm::glm
|
||||
openpnp-capture)
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
add_library(CemuWxGui STATIC
|
||||
CameraSettingsWindow.cpp
|
||||
CameraSettingsWindow.h
|
||||
canvas/IRenderCanvas.h
|
||||
canvas/OpenGLCanvas.cpp
|
||||
canvas/OpenGLCanvas.h
|
||||
@ -114,8 +116,6 @@ add_library(CemuWxGui STATIC
|
||||
wxcomponents/checktree.h
|
||||
wxgui.h
|
||||
wxHelper.h
|
||||
CameraSettingsWindow.cpp
|
||||
CameraSettingsWindow.h
|
||||
)
|
||||
|
||||
if (ENABLE_METAL)
|
||||
@ -150,6 +150,7 @@ target_link_libraries(CemuWxGui PRIVATE
|
||||
SDL2::SDL2
|
||||
pugixml::pugixml
|
||||
CemuCafe
|
||||
CemuCamera
|
||||
PUBLIC
|
||||
CURL::libcurl
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user