Add CMakeLists.txt In Main Folder

This commit is contained in:
Thomas A 2023-02-26 18:52:11 -08:00
parent 204c792990
commit 7160def552

4
CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
project(zip_parent)
add_subdirectory(zip/zip30)
add_subdirectory(unzip/unzip-5.52)