Skip to content

Commit

Permalink
Test linking a library with utf-8 chars in filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe committed Mar 27, 2022
1 parent 6a2d647 commit d582a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/cpp2rust/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ set_target_properties(
POSITION_INDEPENDENT_CODE ON
)

add_library(cpp-lib3 "path with space/lib3.cpp" )
# Test support for linking a library in a directory with utf-8 characters in the filepath.
add_library(cpp-lib3 "path with space/中文字母/emoji-dir🦀🌍👩‍💻😀/lib3.cpp" )
target_compile_features(cpp-lib3 PRIVATE cxx_std_17)
set_target_properties(
cpp-lib3
Expand Down

0 comments on commit d582a82

Please sign in to comment.