aboutsummaryrefslogtreecommitdiff
path: root/doc/Examples/CMakeLists.txt
diff options
context:
space:
mode:
authorMikhail Romanko <me@blankhex.com>2025-02-28 21:44:01 +0300
committerMikhail Romanko <me@blankhex.com>2025-02-28 21:44:22 +0300
commita2d0913c79880e2bf70539015686bab40108fb0d (patch)
tree9445732b7bb33f7691275605f72f44d8d7afbe01 /doc/Examples/CMakeLists.txt
parent93033ebc99442038ab137710bbd4014a249e75c8 (diff)
downloadbhlib-a2d0913c79880e2bf70539015686bab40108fb0d.tar.gz
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.
Diffstat (limited to 'doc/Examples/CMakeLists.txt')
-rw-r--r--doc/Examples/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Examples/CMakeLists.txt b/doc/Examples/CMakeLists.txt
new file mode 100644
index 0000000..7adcf05
--- /dev/null
+++ b/doc/Examples/CMakeLists.txt
@@ -0,0 +1,3 @@
+# PakReader
+add_executable(PakReader PakReader.c)
+target_link_libraries(PakReader BHLib) \ No newline at end of file