Initial setup

...mainly to test that the ACLs and the CI and everything works.

Change-Id: If0b894e829f4d4f03aed0d8c5a12d91ac0924985
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..6c72b8d
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,4 @@
+project(netconf-cli LANGUAGES CXX)
+cmake_minimum_required(VERSION 3.0)
+set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD_REQUIRED ON)