Reformat.
This commit is contained in:
parent
7d1a0473ff
commit
2755f4827e
24 changed files with 6352 additions and 6041 deletions
|
|
@ -14,7 +14,7 @@ set(PRECOMPILE_HEADERS
|
|||
include/gui/gui.hpp
|
||||
include/gui/gui_data.hpp
|
||||
include/gui/window.hpp
|
||||
)
|
||||
)
|
||||
|
||||
set(SOURCE_HEADERS
|
||||
include/imgui/imconfig.h
|
||||
|
|
@ -42,7 +42,7 @@ set(SOURCE_HEADERS
|
|||
include/characteristic/characteristic.hpp
|
||||
include/controller.hpp
|
||||
include/gui_data_interface.hpp
|
||||
)
|
||||
)
|
||||
|
||||
set(SOURCE_FILES
|
||||
src/imgui/imgui.cpp
|
||||
|
|
@ -63,7 +63,7 @@ set(SOURCE_FILES
|
|||
src/characteristic/chance.cpp
|
||||
src/gui/menu/menu.cpp
|
||||
src/controller.cpp
|
||||
)
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
${SOURCE_HEADERS}
|
||||
|
|
@ -123,16 +123,16 @@ set(COMPILE_FLAGS
|
|||
-funroll-loops
|
||||
-fdevirtualize-at-ltrans
|
||||
-fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free
|
||||
)
|
||||
)
|
||||
set(LINKER_OPTIONS
|
||||
-Wl,--sort-common,--as-needed,--gc-sections,--strip-all
|
||||
-fuse-ld=gold
|
||||
-fdevirtualize-at-ltrans
|
||||
)
|
||||
)
|
||||
|
||||
set(LINKER_FLAGS
|
||||
jemalloc
|
||||
)
|
||||
)
|
||||
|
||||
option(ENABLE_COVERAGE "Enabling coverage" OFF)
|
||||
|
||||
|
|
@ -155,7 +155,7 @@ set_target_properties(BillySheet spdlog PROPERTIES
|
|||
CXX_EXTENSIONS OFF
|
||||
INTERPROCEDURAL_OPTIMIZATION ON
|
||||
# UNITY_BUILD ON
|
||||
)
|
||||
)
|
||||
|
||||
set_target_properties(spdlog PROPERTIES UNITY_BUILD ON)
|
||||
|
||||
|
|
@ -165,7 +165,7 @@ set_target_properties(glfw PROPERTIES
|
|||
C_EXTENSIONS OFF
|
||||
INTERPROCEDURAL_OPTIMIZATION ON
|
||||
UNITY_BUILD ON
|
||||
)
|
||||
)
|
||||
|
||||
set_target_properties(spdlog PROPERTIES UNITY_BUILD ON)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue