disable pch

This commit is contained in:
BlackMATov
2023-02-14 04:49:58 +07:00
parent 7946451478
commit e6c7ea12bc
2 changed files with 0 additions and 6 deletions

View File

@@ -37,9 +37,6 @@ add_dependencies(${PROJECT_NAME}
target_compile_features(${PROJECT_NAME} INTERFACE
cxx_std_20)
target_precompile_headers(${PROJECT_NAME} INTERFACE
"headers/meta.hpp/meta_all.hpp")
target_include_directories(${PROJECT_NAME} INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/headers>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)