恍兮惚兮 77d889a758 update
2024-02-12 20:23:56 +08:00

9 lines
175 B
CMake

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