Prepare the initial stubs
This commit is contained in:
parent
969e0390fd
commit
aea51d9e77
11 changed files with 104 additions and 0 deletions
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal 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()
|
Loading…
Add table
Add a link
Reference in a new issue