Decided to update the docs, as well as adding few new features and small refactoring.
3 lines
88 B
CMake
3 lines
88 B
CMake
# PakReader
|
|
add_executable(PakReader PakReader.c)
|
|
target_link_libraries(PakReader BHLib) |