We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7536d2a commit 877bb9bCopy full SHA for 877bb9b
CMakeLists.txt
@@ -2,5 +2,7 @@ cmake_minimum_required(VERSION 3.7)
2
3
project(Nekobi)
4
5
+set(CMAKE_CXX_STANDARD 11)
6
+
7
add_subdirectory(dpf)
8
add_subdirectory(plugins/Nekobi)
0 commit comments