diff --git a/CMakeLists.txt b/CMakeLists.txt index 3cf84a44..04be58e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,9 @@ cmake_minimum_required(VERSION 3.1) project(xlnt_all) +add_compile_options("$<$:/utf-8>") +add_compile_options("$<$:/utf-8>") + # CTest setup # include (CTest) # Add this for valgrind support; CTest works without it enable_testing()