恍兮惚兮 bcf500fdf9 pch
2024-05-03 01:54:36 +08:00

8 lines
161 B
CMake

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