Skip to content

Commit

Permalink
Fix not compiling for MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Dec 2, 2022
1 parent 17dde82 commit 474c06e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ project(katerm)

enable_testing()

if (MSVC)
add_compile_options(/utf-8)
endif()


add_subdirectory(character_width)

# terminal-interface
Expand Down

0 comments on commit 474c06e

Please sign in to comment.