2024-05-20 03:47:58 -04:00
|
|
|
# CMakeList.txt : Top-level CMake project file, do global configuration
|
|
|
|
# and include sub-projects here.
|
|
|
|
#
|
2024-05-24 05:05:23 -04:00
|
|
|
cmake_minimum_required (VERSION 3.12)
|
2024-05-20 03:47:58 -04:00
|
|
|
|
|
|
|
project ("Keishiki")
|
|
|
|
|
|
|
|
# Include sub-projects.
|
|
|
|
add_subdirectory ("Keishiki")
|