Skip to content

Commit 877bb9b

Browse files
committed
Fix cmake build
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 7536d2a commit 877bb9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ cmake_minimum_required(VERSION 3.7)
22

33
project(Nekobi)
44

5+
set(CMAKE_CXX_STANDARD 11)
6+
57
add_subdirectory(dpf)
68
add_subdirectory(plugins/Nekobi)

0 commit comments

Comments
 (0)