Initial commit.
Implement unaccent, normalize.
This commit is contained in:
10
CMakeLists.txt
Normal file
10
CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
project(u7)
|
||||
|
||||
add_executable(utf8util main.cpp)
|
||||
|
||||
install(TARGETS utf8util RUNTIME DESTINATION bin)
|
||||
|
||||
target_link_libraries(utf8util utf8proc)
|
||||
|
||||
Reference in New Issue
Block a user