恍兮惚兮 d98c3f76b0 nothing
2024-02-28 14:20:25 +08:00

8 lines
148 B
CMake

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