# 32-bit injector helper. Built only in the x86 sub-build (COOP_X86_HELPER_BUILD);
# the x64 host spawns it to inject the x86 hook DLL into 32-bit (WOW64) games.
add_executable(coop_inject_x86 main.cpp)

set_target_properties(coop_inject_x86 PROPERTIES OUTPUT_NAME "coop_inject_x86")
