From 65e9049351130ff54b305dd8c82c969456a0797b Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 26 Feb 2022 17:05:47 +0100 Subject: Improve engine support --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index cb98fe4..eee6a42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -- cgit v1.2.3