Modernize and remove useless header text

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2024-06-06 14:04:34 +02:00
parent 4e2dd8e30b
commit 7f669f55e2
18 changed files with 100 additions and 479 deletions
+2 -2
View File
@@ -1,7 +1,8 @@
cmake_minimum_required(VERSION 3.26...3.29.2 FATAL_ERROR)
################################################################################
# CMake Setup
################################################################################
cmake_minimum_required(VERSION 3.26...)
project(BlitzLLVM)
list(APPEND CMAKE_MESSAGE_INDENT "[${PROJECT_NAME}] ")
@@ -23,7 +24,6 @@ include("version")
#- CMake-based Clang integration
include("clang")
SET_PROPERTY( GLOBAL PROPERTY USE_FOLDERS ON)
################################################################################