8 lines
142 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)
2024-04-27 23:53:29 +08:00
target_link_libraries(hookmagpie)
2024-02-12 14:39:49 +08:00
endif()