From e6c7ea12bc6f69acea8cc93dc7672495f1e475c6 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Tue, 14 Feb 2023 04:49:58 +0700 Subject: [PATCH] disable pch --- CMakeLists.txt | 3 --- develop/singles/CMakeLists.txt | 3 --- 2 files changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9014e31..cd597ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,9 +22,6 @@ add_library(meta.hpp::meta.hpp ALIAS ${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 $ $) diff --git a/develop/singles/CMakeLists.txt b/develop/singles/CMakeLists.txt index 864c666..2f6e9e2 100644 --- a/develop/singles/CMakeLists.txt +++ b/develop/singles/CMakeLists.txt @@ -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 $ $)