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/FC-Chess/CMakeLists.txt
T
AdmiralEmser 87de844c41 initial push
2022-07-29 22:43:10 +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")