mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
8 lines
161 B
CMake
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()
|
|
|
|
|