From 75e4394d720c9cf8039a5e07110322c2b55bce8c Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 08 3月 2020 21:45:16 +0800 Subject: [PATCH] Merge branch 'feature/pc_identifiers' of https://github.com/open-license-manager/open-license-manager.git into feature/pc_identifiers --- src/library/CMakeLists.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/library/CMakeLists.txt b/src/library/CMakeLists.txt index ffa4a76..c616db0 100644 --- a/src/library/CMakeLists.txt +++ b/src/library/CMakeLists.txt @@ -1,13 +1,14 @@ add_subdirectory("base") add_subdirectory("os") add_subdirectory("locate") -add_subdirectory("pc_identifier") +add_subdirectory("hw_identifier") ADD_LIBRARY(licensecc_static STATIC licensecc.cpp LicenseReader.cpp limits/license_verifier.cpp ini/ConvertUTF.c + $<TARGET_OBJECTS:hw_identifier> $<TARGET_OBJECTS:locate> $<TARGET_OBJECTS:os> $<TARGET_OBJECTS:base> -- Gitblit v1.9.1