恍兮惚兮 16310b2218 depracated
1

1
2024-03-29 15:38:54 +08:00

8 lines
153 B
CMake

if(${CMAKE_SIZEOF_VOID_P} EQUAL 8)
add_library(hookmagpie MODULE hookmagpie.cpp veh_hook.cpp)
target_link_libraries(hookmagpie ${Detours})
endif()