first commit
This commit is contained in:
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user