# Header-only IPC contract shared by the host and the injected hook DLL.
add_library(coop_common INTERFACE)

target_include_directories(coop_common INTERFACE include)

target_compile_features(coop_common INTERFACE cxx_std_20)
