parent
60769908b6
commit
acab9a3b78
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ add_library(Greeter ${headers} ${sources})
|
||||||
set_target_properties(Greeter PROPERTIES CXX_STANDARD 17)
|
set_target_properties(Greeter PROPERTIES CXX_STANDARD 17)
|
||||||
|
|
||||||
# being a cross-platform target, we enforce standards conformance on MSVC
|
# being a cross-platform target, we enforce standards conformance on MSVC
|
||||||
target_compile_options(Greeter PUBLIC "$<$<COMPILE_LANG_AND_ID:CXX,MSVC>:/permissive>")
|
target_compile_options(Greeter PUBLIC "$<$<COMPILE_LANG_AND_ID:CXX,MSVC>:/permissive->")
|
||||||
|
|
||||||
# Link dependencies
|
# Link dependencies
|
||||||
target_link_libraries(Greeter PRIVATE fmt::fmt)
|
target_link_libraries(Greeter PRIVATE fmt::fmt)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue