Added(ported) function fix_through_netfabb()

+ Fixed adding of the instances to the object list
This commit is contained in:
YuSanka 2018-11-07 13:40:24 +01:00
parent 8c4fa9ba51
commit 2c0b784a2d
5 changed files with 41 additions and 28 deletions

View file

@ -74,6 +74,13 @@ if(WIN32)
message("STL fixing by the Netfabb service will not be compiled")
unset(WIN10SDK_PATH)
endif()
if(WIN10SDK_PATH)
message("Building with Win10 Netfabb STL fixing service support")
add_definitions(-DHAS_WIN10SDK)
include_directories("${WIN10SDK_PATH}/Include")
else()
message("Building without Win10 Netfabb STL fixing service support")
endif()
endif()
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")