Skip to content

Commit 1154409

Browse files
REMOVE reconstruction and 2d skeleton.
1 parent db15391 commit 1154409

File tree

5 files changed

+10
-958
lines changed

5 files changed

+10
-958
lines changed

CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ set(CMAKE_CXX_FLAGS_DEBUG "")
1313
# =====================================================================
1414
option(ENABLE_PRECOMPILED_HEADERS "Enable precompiled headers for the build" OFF)
1515

16+
17+
# =====================================================================
18+
# Set maximum heap size for MSVC
19+
# =====================================================================
20+
21+
if(MSVC)
22+
set(CMAKE_GENERATOR_PLATFORM x64)
23+
add_compile_options(/Zm1200)
24+
endif()
25+
1626
# =====================================================================
1727
# Build size reduction.
1828
# =====================================================================

src/reconstruction.cpp

Lines changed: 0 additions & 279 deletions
This file was deleted.

src/reconstruction.h

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)