diff --git a/Applications/Utils/FileConverter/CMakeLists.txt b/Applications/Utils/FileConverter/CMakeLists.txt index 89ea4052bf88d7d5227cb829eb9389bb08ed9834..1b75d45b0901c6786f3fef4183e7f7cc02b7ceb9 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)