From 0288790e61dec962f43b4ebf4a4fa3057dbd2d02 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周一, 21 4月 2014 18:14:24 +0800 Subject: [PATCH] network adapter detection linux --- src/library/CMakeLists.txt | 21 ++++----------------- 1 files changed, 4 insertions(+), 17 deletions(-) diff --git a/src/library/CMakeLists.txt b/src/library/CMakeLists.txt index c841fef..47bc4ba 100644 --- a/src/library/CMakeLists.txt +++ b/src/library/CMakeLists.txt @@ -4,30 +4,17 @@ add_subdirectory("os/linux") ENDIF(WIN32) add_subdirectory("base") -add_subdirectory("reader") +add_subdirectory("ini") ADD_LIBRARY(license++_static STATIC license++.cpp + LicenseReader.cpp + pc-identifiers.c ) target_link_libraries( license++_static - reader + ini os - ${EXTERNAL_LIBS} ) -ADD_LIBRARY(license++ SHARED - license++.cpp -) - -SET_TARGET_PROPERTIES(license++ PROPERTIES LINK_SEARCH_START_STATIC OFF) -SET_TARGET_PROPERTIES(license++ PROPERTIES LINK_SEARCH_END_STATIC OFF) - -target_link_libraries( - license++ - reader_dynl - #os - #${EXTERNAL_LIBS} -) -set_target_properties(license++ PROPERTIES PREFIX "lib") \ No newline at end of file -- Gitblit v1.9.1