From f77e1e4d2adf4422943c10a1906854c3027391d8 Mon Sep 17 00:00:00 2001
From: open-license-manager <rillf@maildrop.cc>
Date: 周一, 14 4月 2014 01:11:41 +0800
Subject: [PATCH] first roundtrip test

---
 src/library/CMakeLists.txt |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/src/library/CMakeLists.txt b/src/library/CMakeLists.txt
index c841fef..57642dd 100644
--- a/src/library/CMakeLists.txt
+++ b/src/library/CMakeLists.txt
@@ -14,20 +14,5 @@
      license++_static
      reader
      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