From 0050e2192512a8cdacdf5cfc1d18e04b2d09b9eb Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@ufz.de> Date: Mon, 21 Nov 2016 22:30:54 +0100 Subject: [PATCH] add postLIE to the installation --- Applications/Utils/PostProcessing/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Applications/Utils/PostProcessing/CMakeLists.txt b/Applications/Utils/PostProcessing/CMakeLists.txt index 26d8cb67a43..14d07062440 100644 --- a/Applications/Utils/PostProcessing/CMakeLists.txt +++ b/Applications/Utils/PostProcessing/CMakeLists.txt @@ -4,3 +4,11 @@ target_link_libraries(postLIE MeshLib ProcessLib) ADD_VTK_DEPENDENCY(postLIE) set_target_properties(postLIE PROPERTIES FOLDER Utilities) +#################### +### Installation ### +#################### +install(TARGETS + postLIE + RUNTIME DESTINATION bin + COMPONENT Utilities +) -- GitLab