aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-26 17:05:47 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-26 17:05:47 +0100
commit65e9049351130ff54b305dd8c82c969456a0797b (patch)
treedf9b4ec2d93a924694defeea07549ec5543bad83 /CMakeLists.txt
parente5aa5be42cbf93a31d3be387f24b3413f2983898 (diff)
Improve engine support
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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