Skip to content

Commit

Permalink
fix: support utf8 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcAvoy committed Nov 6, 2024
1 parent 95ef990 commit 1579177
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 3.5)

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

# --- GLFW ---
add_subdirectory(glfw)

Expand Down

0 comments on commit 1579177

Please sign in to comment.