Refactor just a little
This commit is contained in:
@@ -29,3 +29,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC
|
||||
structopt
|
||||
spdlog
|
||||
)
|
||||
|
||||
# Structopt includes an outdated version of magic_enum that breaks some default defines
|
||||
# This is needed to bypass it. Im not happy about it, but it is what it is
|
||||
target_link_options(build_script PRIVATE -Wl,--allow-multiple-definition)
|
||||
|
||||
Reference in New Issue
Block a user