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.
2 parents 623ef91 + 3267ca6 commit 3e4c6c4Copy full SHA for 3e4c6c4
examples/CMakeLists.txt
@@ -1,6 +1,9 @@
1
cmake_minimum_required (VERSION 2.6...3.10.2)
2
project(examples)
3
4
+enable_language(C)
5
+enable_language(CXX)
6
+
7
set(pkgName "kubernetes")
8
-add_subdirectory(list_pod)
9
+add_subdirectory(list_pod)
0 commit comments