add dirscan

This commit is contained in:
2025-05-26 22:24:37 -04:00
commit ddb0c32a0e
5 changed files with 116 additions and 0 deletions

7
CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
# CMakeList.txt :
cmake_minimum_required (VERSION 3.16)
project (xtfs VERSION 1.0 LANGUAGES CXX)
add_subdirectory(dirscan)