cmake: set the project name

This commit is contained in:
Ben Boeckel 2014-10-23 14:03:54 -04:00
parent 0f0efc4af2
commit 3b7bdcb790
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
cmake_minimum_required(VERSION 2.8.6)
project(bitmonero)
function (die msg)
if (NOT WIN32)
string(ASCII 27 Esc)