mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-04 19:16:17 +01:00
10 lines
171 B
CMake
10 lines
171 B
CMake
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)
|