From e2c2e9dc1a9a7f7eafff371cdf29bb731015238c Mon Sep 17 00:00:00 2001 From: Gabriele Contini <gcontini@users.noreply.github.com> Date: 周六, 14 12月 2019 13:56:41 +0800 Subject: [PATCH] Merge pull request #69 from open-license-manager/feature/issue_licenses_42 --- test/library/CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/library/CMakeLists.txt b/test/library/CMakeLists.txt index 382dcb5..e849663 100644 --- a/test/library/CMakeLists.txt +++ b/test/library/CMakeLists.txt @@ -21,7 +21,7 @@ target_link_libraries( test_os_linux - os + licensecc_static ${Boost_LIBRARIES} ) @@ -36,7 +36,7 @@ target_link_libraries( test_license_locator - locators + licensecc_static ${Boost_LIBRARIES} ) -- Gitblit v1.9.1