Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-02-15 08:00:36 -08:00
parent 048ac53376
commit 7ab15c3169
990 changed files with 854408 additions and 842091 deletions

20
example_test/README.md Normal file
View File

@@ -0,0 +1,20 @@
# OpenNURBS FileIO
This is a basic project to test OpenNURBS FileIO.
## Associated files
- rhino/src4/opennurbs/example_test/CMakeLists.txt
- rhino/src4/opennurbs/example_test/example_test.cpp
## building & running
From the example_test directory:
- `cmake -S . -B build`
- `cmake --build build`
- `cd build && ./example_test -r ../../example_files`
## Notes
- This is a test that I will eventually convert to gtest