Prepare the initial stubs

This commit is contained in:
TennesseeTrash 2025-05-25 00:42:58 +02:00
parent 969e0390fd
commit aea51d9e77
11 changed files with 104 additions and 0 deletions

11
CMakeLists.txt Normal file
View file

@ -0,0 +1,11 @@
cmake_minimum_required(VERSION 3.25)
project(kanjivg-tools
LANGUAGES CXX
)
add_subdirectory(Libraries)
if(PROJECT_IS_TOP_LEVEL)
add_subdirectory(Tools)
endif()