8 lines
161 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-05-03 01:54:36 +08:00
target_precompile_headers(hookmagpie REUSE_FROM pch)
2024-02-12 14:39:49 +08:00
endif()