This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FC-Chess/CMakeLists.txt
AdmiralEmser 036e84d2c1 cleanup
2022-10-02 23:43:02 +02:00

10 lines
224 B
CMake

# 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")