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 --- test/library/reader/CMakeLists.txt | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/test/library/reader/CMakeLists.txt b/test/library/reader/CMakeLists.txt index d094bfa..5c0f908 100644 --- a/test/library/reader/CMakeLists.txt +++ b/test/library/reader/CMakeLists.txt @@ -7,11 +7,8 @@ target_link_libraries( license_reader_test - ${Boost_LIBRARIES} reader - os - base - ${PLATFORM_LIBS} + ${Boost_LIBRARIES} ) SET_TARGET_PROPERTIES(license_reader_test PROPERTIES LINK_SEARCH_START_STATIC ON) -- Gitblit v1.9.1