Improve engine support

This commit is contained in:
Loic Guegan 2022-02-26 17:05:47 +01:00
parent e5aa5be42c
commit 65e9049351
9 changed files with 761 additions and 10 deletions

View file

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
project(ochess VERSION "0.0.0")
# wxWidgets
find_package(wxWidgets COMPONENTS net gl core base adv aui REQUIRED)
find_package(wxWidgets COMPONENTS net gl core base adv aui propgrid REQUIRED)
include(${wxWidgets_USE_FILE})
# Ochess