This repository has been archived on 2026-04-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bhlib/doc/Examples/CMakeLists.txt
Mikhail Romanko dd15b42b44 Add Unicode tests, fix whitespace, fix docs
Added Unicode tests (and fixed few bugs), changed whitespace script to
proccess markdown files, added new guide to showcase how to work with
Unicode.
2025-04-06 14:11:38 +03:00

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)