From 91f88bf6d4681c69071ac8d13a0d68ee777d1ae7 Mon Sep 17 00:00:00 2001 From: cnjinhao Date: Wed, 4 Feb 2015 01:21:16 +0800 Subject: [PATCH] add author info for cmake configuration --- build/cmake/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index fa0d3744..e04ee417 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -1,3 +1,6 @@ +# CMake configuration for Nana +# Author: ierofant(https://github.com/ierofant) + project(nana) cmake_minimum_required(VERSION 2.8)