Fix client paths (#811)

This commit is contained in:
David Markowitz
2022-11-02 20:30:35 -07:00
committed by GitHub
parent 353c328485
commit 8edade5f98
4 changed files with 17 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.18)
project(Darkflame)
include(CTest)