From 0ec4d68600b83d41d2e48ad35d18e2a00f234619 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 21 9月 2019 01:34:22 +0800 Subject: [PATCH] Merge branch 'develop' of https://github.com/open-license-manager/open-license-manager into develop --- src/library/CMakeLists.txt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/library/CMakeLists.txt b/src/library/CMakeLists.txt index de60a7d..d1f0813 100644 --- a/src/library/CMakeLists.txt +++ b/src/library/CMakeLists.txt @@ -2,19 +2,19 @@ add_subdirectory("base") add_subdirectory("ini") -ADD_LIBRARY(license++_static STATIC +ADD_LIBRARY(licensepp_static STATIC license++.cpp LicenseReader.cpp pc-identifiers.c ) target_link_libraries( - license++_static + licensepp_static ini os ) -install(TARGETS license++_static ARCHIVE DESTINATION lib) +install(TARGETS licensepp_static ARCHIVE DESTINATION lib) install(FILES api/datatypes.h api/license++.h DESTINATION include/api) install(FILES base/base.h DESTINATION include/base) install(FILES pc-identifiers.h DESTINATION include/) -- Gitblit v1.9.1