From 4e71831e0504eb4792a98db0f177897b0429bd10 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 01 12月 2019 20:31:00 +0800 Subject: [PATCH] submodule update --- 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