恍兮惚兮 6a06a60f21 remove
2024-04-27 23:53:29 +08:00

8 lines
142 B
CMake

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