cmake: set the project name

pull/95/head
Ben Boeckel 10 years ago
parent 0f0efc4af2
commit 3b7bdcb790

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

Loading…
Cancel
Save