Added Unicode tests (and fixed few bugs), changed whitespace script to proccess markdown files, added new guide to showcase how to work with Unicode.
6 lines
163 B
CMake
6 lines
163 B
CMake
# PakReader
|
|
add_executable(PakReader PakReader.c)
|
|
target_link_libraries(PakReader BHLib)
|
|
|
|
add_executable(Utf8Test Utf8Test.c)
|
|
target_link_libraries(Utf8Test BHLib) |