From 7f4d564ebd35596cccc3beeef8b8329a2f5ece2e Mon Sep 17 00:00:00 2001 From: liuxueli Date: Fri, 1 May 2020 09:35:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=98=E9=87=8Flib=5Fname,?= =?UTF-8?q?=E6=9E=84=E9=80=A0rpm=E5=8C=85=E6=97=B6=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ddbafa..a8b4645 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,7 @@ cmake_minimum_required (VERSION 2.8) -project(tsg_master) +set(lib_name tsg_master) +project($(lib_name)) set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) include(Version)