diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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 |
