blob: 6e2e31af9bd271097113e91f58345fdc330ea3ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
From 188c3465b9cc5be7c72b21e012a89b9d07e6e2c4 Mon Sep 17 00:00:00 2001
From: Sobhan Mohammadpour <mohammadpour.sobhan@gmail.com>
Date: Mon, 20 Nov 2017 14:40:02 +0330
Subject: [PATCH] compile server
---
meshlab_mini.pro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meshlab_mini.pro b/meshlab_mini.pro
index abe0259..b18771e 100644
--- a/meshlab_mini.pro
+++ b/meshlab_mini.pro
@@ -34,4 +34,4 @@ SUBDIRS = common \
# meshlabplugins/filter_unsharp \
# meshlabplugins/io_collada \
# meshlabplugins/io_x3d \
-# meshlabserver
+ meshlabserver
--
2.15.0
|