mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
5 lines
100 B
CMake
5 lines
100 B
CMake
|
|
|
|
add_library(pch hookcode.cpp pch.cpp stringutils.cpp)
|
|
target_precompile_headers(pch PUBLIC pch.h)
|