From e338f7e6e91d254e5b44368f7c2e72105ed894f2 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Fri, 23 Feb 2024 19:33:16 +0100 Subject: [PATCH] Pre-compiled headers do not work. --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50505ef..5a999bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,12 +9,6 @@ find_package(Boost REQUIRED COMPONENTS stacktrace_addr2line) include_directories(${Boost_INCLUDE_DIR}) -set(PRECOMPILE_HEADERS - include/gui/gui.hpp - include/gui/gui_data.hpp - include/gui/window.hpp -) - set(SOURCE_HEADERS include/imgui/imconfig.h include/imgui/imgui.h @@ -168,7 +162,6 @@ set_target_properties(glfw PROPERTIES set_target_properties(spdlog PROPERTIES UNITY_BUILD ON) -target_precompile_headers(BillySheet PRIVATE ${PRECOMPILE_HEADERS}) target_compile_definitions(BillySheet PRIVATE $<$:_GLIBCXX_DEBUG> $<$:SPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_DEBUG>