From e59022b9f04431fe81e149b8b89742be15ce0443 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 12 Nov 2017 01:39:22 +0100 Subject: [PATCH] cmake: Actually name the project --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20e27d7..35ebfe0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,4 @@ cmake_minimum_required(VERSION 2.8.12) +project(BlitzLLVM) ADD_SUBDIRECTORY("projects/code_compiler") \ No newline at end of file