Core/HW: Add cpp-ipc subdirectory in main CMake file.

This commit is contained in:
cristian64
2025-10-28 18:50:58 +00:00
parent 92a2018934
commit a74e736d29
2 changed files with 13 additions and 0 deletions
+9
View File
@@ -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)