diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-23 13:33:40 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-23 13:33:40 (GMT) |
commit | 9fa18d53921ed7b2da4892d12958a6705f5a960b (patch) | |
tree | ac503d2ea722eb1ad7af6cd39d8b6eeec9056789 /tests/CMakeLists.txt | |
parent | 03a2da9f4a63d8e384c91b0daf41eecdb9079336 (diff) |
Fixed CSG regression reported by Ed Nisley; bounding boxes are now transformed correctly
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 20a9ede..a8ab9b9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -244,6 +244,7 @@ add_definitions(-DOPENSCAD_TESTING) set(CORE_SOURCES tests-common.cc ../src/mathc99.cc + ../src/linalg.cc ../src/handle_dep.cc ../src/value.cc ../src/expr.cc |