Using switch, first draft to use switches.
This commit is contained in:
parent
2c53334e8f
commit
87d2db2243
3 changed files with 70 additions and 2 deletions
|
|
@ -86,7 +86,6 @@ set_target_properties(LearnGtk4 spdlog_header_only PROPERTIES
|
|||
INTERPROCEDURAL_OPTIMIZATION ON
|
||||
)
|
||||
|
||||
target_compile_definitions(LearnGtk4 PUBLIC $<$<CONFIG:Debug>:_GLIBCXX_DEBUG>)
|
||||
target_compile_options(LearnGtk4 PUBLIC ${COMPILE_FLAGS})
|
||||
target_link_options(LearnGtk4 PUBLIC ${LINKER_OPTIONS})
|
||||
target_link_libraries(LearnGtk4 PkgConfig::GTKMM4 spdlog_header_only BillySheet)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue