8 lines
153 B
CMake
Raw Normal View History

2024-02-12 14:39:49 +08:00
if(${CMAKE_SIZEOF_VOID_P} EQUAL 8)
2024-03-29 15:24:31 +08:00
add_library(hookmagpie MODULE hookmagpie.cpp veh_hook.cpp)
target_link_libraries(hookmagpie ${Detours})
2024-02-12 14:39:49 +08:00
endif()