mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-29 23:50:59 -06:00
CMakeLists.txt adjustments
This commit is contained in:
parent
6a8fb63bea
commit
2a2d801fed
@ -9,4 +9,8 @@ add_library(CemuCamera
|
|||||||
set_property(TARGET CemuCamera PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
set_property(TARGET CemuCamera PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||||
|
|
||||||
target_include_directories(CemuCamera PUBLIC "../")
|
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
|
add_library(CemuWxGui STATIC
|
||||||
|
CameraSettingsWindow.cpp
|
||||||
|
CameraSettingsWindow.h
|
||||||
canvas/IRenderCanvas.h
|
canvas/IRenderCanvas.h
|
||||||
canvas/OpenGLCanvas.cpp
|
canvas/OpenGLCanvas.cpp
|
||||||
canvas/OpenGLCanvas.h
|
canvas/OpenGLCanvas.h
|
||||||
@ -114,8 +116,6 @@ add_library(CemuWxGui STATIC
|
|||||||
wxcomponents/checktree.h
|
wxcomponents/checktree.h
|
||||||
wxgui.h
|
wxgui.h
|
||||||
wxHelper.h
|
wxHelper.h
|
||||||
CameraSettingsWindow.cpp
|
|
||||||
CameraSettingsWindow.h
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if (ENABLE_METAL)
|
if (ENABLE_METAL)
|
||||||
@ -148,6 +148,7 @@ target_link_libraries(CemuWxGui PRIVATE
|
|||||||
SDL2::SDL2
|
SDL2::SDL2
|
||||||
pugixml::pugixml
|
pugixml::pugixml
|
||||||
CemuCafe
|
CemuCafe
|
||||||
|
CemuCamera
|
||||||
PUBLIC
|
PUBLIC
|
||||||
CURL::libcurl
|
CURL::libcurl
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user