From d02fce46e19f1a7b77a952210974a875c493593f Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 01 12月 2019 21:09:32 +0800 Subject: [PATCH] fix boost layout, update submodule --- src/library/locate/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/library/locate/CMakeLists.txt b/src/library/locate/CMakeLists.txt index 4314fbd..6c19298 100644 --- a/src/library/locate/CMakeLists.txt +++ b/src/library/locate/CMakeLists.txt @@ -1,4 +1,3 @@ - ADD_LIBRARY(locators STATIC ApplicationFolder.cpp EnvironmentVarLocation.cpp @@ -16,3 +15,4 @@ base ) +install(TARGETS locators ARCHIVE DESTINATION lib/${PROJECT_NAME}/${LCC_PROJECT_NAME}) \ No newline at end of file -- Gitblit v1.9.1