Browse Source

Fix cmake build

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 1 year ago
parent
commit
877bb9bd70
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      CMakeLists.txt

+ 2
- 0
CMakeLists.txt View File

@@ -2,5 +2,7 @@ cmake_minimum_required(VERSION 3.7)

project(Nekobi)

set(CMAKE_CXX_STANDARD 11)

add_subdirectory(dpf)
add_subdirectory(plugins/Nekobi)

Loading…
Cancel
Save