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 a2d0913c79 Add utils for working with endianness, more documentation, refactor CMake
Decided to update the docs, as well as adding few new features and small
refactoring.
2025-02-28 21:44:22 +03:00

3 lines
88 B
CMake

# PakReader
add_executable(PakReader PakReader.c)
target_link_libraries(PakReader BHLib)