mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-21 10:55:33 +03:00
Class Bnd_BoundSortBox is refactored. Some cases when Bnd_BoundSortBox could potentially fail to check intersection between boxes are fixed. Google tests are added for Bnd_BoundSortBox class.
8 lines
176 B
CMake
8 lines
176 B
CMake
# Test source files for TKMath
|
|
set(OCCT_TKMath_GTests_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
set(OCCT_TKMath_GTests_FILES
|
|
Bnd_BoundSortBox_Test.cxx
|
|
ElCLib_Test.cxx
|
|
)
|