From f2fc3301c679e6a7ad3701450286f9f65cc4feb0 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 26 Feb 2019 11:19:24 +0100 Subject: [PATCH] [CMake] Added missing install on Mesh2Raster. --- Applications/Utils/FileConverter/CMakeLists.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Applications/Utils/FileConverter/CMakeLists.txt b/Applications/Utils/FileConverter/CMakeLists.txt index 89ea4052bf8..1b75d45b090 100644 --- a/Applications/Utils/FileConverter/CMakeLists.txt +++ b/Applications/Utils/FileConverter/CMakeLists.txt @@ -60,7 +60,14 @@ target_link_libraries(Mesh2Raster MeshLib) #################### ### Installation ### #################### -install(TARGETS generateMatPropsFromMatID GMSH2OGS OGS2VTK VTK2OGS VTK2TIN GocadSGridReader +install(TARGETS + generateMatPropsFromMatID + GMSH2OGS + OGS2VTK + VTK2OGS + VTK2TIN + GocadSGridReader + Mesh2Raster RUNTIME DESTINATION bin COMPONENT ogs_converter) if(Qt5XmlPatterns_FOUND) -- GitLab