Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2025-05-13 03:53:15 -07:00
parent b2a5e49ef6
commit 2cc3d3b3ed
40 changed files with 1513 additions and 543 deletions

View File

@@ -16,6 +16,12 @@
#if !defined(OPENNURBS_INPUT_LIBSDIR_INC_)
#define OPENNURBS_INPUT_LIBSDIR_INC_
// RH-86025, RH3DM-179, 2025-02-14, Pierre:
// ON_CMAKE_BUILD should be renamed "ON_NOT_USING_MSVC_LINK_LIB_PRAGMA"
// This whole thing should be reworked so MSVC builds also use build properties,
// instead of the non-portable #pragma comment(lib, "path").
#if defined(ON_COMPILER_MSC) && !defined(OPENNURBS_INPUT_LIBS_DIR) && !defined(ON_CMAKE_BUILD)
// This header file insures OPENNURBS_INPUT_LIBS_DIR is defined to be