mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Improve engine support
This commit is contained in:
parent
e5aa5be42c
commit
65e9049351
9 changed files with 761 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue