aboutsummaryrefslogtreecommitdiff
path: root/src/client/CMakeLists.txt
diff options
context:
space:
mode:
authorVitaliy <silverunicorn2011@yandex.ru>2018-03-22 22:59:49 +0300
committerLoïc Blot <nerzhul@users.noreply.github.com>2018-03-22 20:59:49 +0100
commit9fcc0c1217fcd3acabaa11239631de10032fa126 (patch)
tree7596bc17bd51f5b9d22ad918743d90fcfa0e2278 /src/client/CMakeLists.txt
parent8986a9e6053bed0002726bc000ee394a928b7f51 (diff)
downloadminetest-9fcc0c1217fcd3acabaa11239631de10032fa126.tar.xz
Update mesh collector and move it to a separate file (#6904)
* Update MeshCollector * Simplify MeshCollector
Diffstat (limited to 'src/client/CMakeLists.txt')
-rw-r--r--src/client/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt
index c69b2c2d4..ea8acd064 100644
--- a/src/client/CMakeLists.txt
+++ b/src/client/CMakeLists.txt
@@ -1,4 +1,5 @@
set(client_SRCS
+ ${CMAKE_CURRENT_SOURCE_DIR}/meshgen/collector.cpp
${CMAKE_CURRENT_SOURCE_DIR}/render/anaglyph.cpp
${CMAKE_CURRENT_SOURCE_DIR}/render/core.cpp
${CMAKE_CURRENT_SOURCE_DIR}/render/factory.cpp