Update CMakeLists.txt

This commit is contained in:
恍兮惚兮 2024-08-28 21:26:42 +08:00
parent 02a6a162b4
commit bc140686cd

View File

@ -29,7 +29,7 @@ include(generate_product_version)
set(VERSION_MAJOR 5) set(VERSION_MAJOR 5)
set(VERSION_MINOR 31) set(VERSION_MINOR 31)
set(VERSION_PATCH 1) set(VERSION_PATCH 2)
add_library(pch pch.cpp) add_library(pch pch.cpp)
target_precompile_headers(pch PUBLIC pch.h) target_precompile_headers(pch PUBLIC pch.h)