Pre-compiled headers do not work.

This commit is contained in:
Pcornat 2024-02-23 19:33:16 +01:00
parent 328d186eb5
commit e338f7e6e9
Signed by: Pcornat
GPG Key ID: E0326CC678A00BDD
1 changed files with 0 additions and 7 deletions

View File

@ -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
$<$<CONFIG:Debug>:_GLIBCXX_DEBUG>
$<$<CONFIG:Debug>:SPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_DEBUG>