Allow full circle rotation with 2degs step for plantlike drawtype.
[oweals/minetest.git] / src / CMakeLists.txt
index 464070c24d287796754db5b1a4c4476b65a7360c..2800f361c2e37df157acf3b9f1a795c253334c3c 100644 (file)
@@ -357,9 +357,7 @@ set(common_SRCS
        mapgen.cpp
        mapgen_v6.cpp
        mapgen_v7.cpp
-       mapgen_indev.cpp
        mapgen_singlenode.cpp
-       mapgen_math.cpp
        treegen.cpp
        dungeongen.cpp
        cavegen.cpp
@@ -689,6 +687,12 @@ if(WIN32)
        if(CURL_DLL)
                install(FILES ${CURL_DLL} DESTINATION ${BINDIR})
        endif()
+       if (ZLIB_DLL)
+               install(FILES ${ZLIB_DLL} DESTINATION ${BINDIR})
+       endif()
+       if(FREETYPE_DLL)
+               install(FILES ${FREETYPE_DLL} DESTINATION ${BINDIR})
+       endif()
 endif()
 
 if(BUILD_CLIENT)