mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-05 17:46:30 +02:00
Improve CMakeLists.txt
This commit is contained in:
parent
7e85875978
commit
c1e94d17e7
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
cmake_minimum_required(VERSION 3.10)
|
||||
project(ochess VERSION 0.0.0)
|
||||
|
||||
# Configure CXX Standards
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
# wxWidgets
|
||||
find_package(wxWidgets COMPONENTS net gl core base adv aui propgrid richtext REQUIRED)
|
||||
include(${wxWidgets_USE_FILE})
|
||||
|
|
Loading…
Add table
Reference in a new issue