mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Core/HW: Add cpp-ipc subdirectory in main CMake file.
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
add_subdirectory(cpp-ipc)
|
||||
|
||||
dolphin_disable_warnings(ipc)
|
||||
|
||||
if (NOT MSVC)
|
||||
target_compile_options(ipc PRIVATE "-fexceptions")
|
||||
endif ()
|
||||
|
||||
add_library(cpp-ipc::ipc ALIAS ipc)
|
||||
Reference in New Issue
Block a user