mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-13 11:17:06 +07:00
disable pch
This commit is contained in:
@@ -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}>)
|
||||
|
||||
Reference in New Issue
Block a user