From a473539777cf48e2cde14a513dc036afaa6e41b7 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Mon, 12 Oct 2020 14:50:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8CCMakeLists.txt?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=E5=8F=98=E9=87=8F=E7=9A=84=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e25444a..0fb007f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ cmake_minimum_required (VERSION 2.8) +set(lib_name ntc_radius_plug) project(ntc_radius_plug) set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)