add_executable(example example.cpp) target_link_libraries(example PRIVATE nameof::nameof) set_target_properties(example PROPERTIES CXX_EXTENSIONS OFF) target_compile_options(example PRIVATE $<$,$,$>: -Wall -Wextra -pedantic-errors -Werror> $<$: /W4 /WX> )