This commit is contained in:
AdmiralEmser
2022-10-02 23:43:02 +02:00
parent 2335d6ebd3
commit 036e84d2c1
10 changed files with 18 additions and 18 deletions
+9
View File
@@ -0,0 +1,9 @@
# CMakeList.txt : Top-level CMake project file, do global configuration
# and include sub-projects here.
#
cmake_minimum_required (VERSION 3.8)
project ("FC-Chess")
# Include sub-projects.
add_subdirectory ("FC-Chess")