first commit

This commit is contained in:
2026-06-13 13:43:26 -05:00
parent d5e725288f
commit 4458045c7c
3 changed files with 162 additions and 0 deletions

8
CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.16)
project(mp4istrunc)
add_executable(mp4istrunc main.c)
install(TARGETS mp4istrunc DESTINATION bin)
install(FILES mp4istrunc.h DESTINATION include)