From 7e36c80b69fd36c17223545c346e1f444f87a9e8 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 26 Nov 2018 20:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0cmake=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..99fc0c02 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,16 @@ +cmake_minimum_required(VERSION 3.0) + +PROJECT(ULRE VERSION 1) + +set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) + +include(system_bit) +include(version) +include(compiler) +include(output_path) + +check_system_bits() +check_system_version() +set_compiler_param() +set_output_directory() +