Skip to content

Commit a4372aa

Browse files
committed
Added change suggested by Saleem for Windows/CMake build.
1 parent 145156c commit a4372aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ add_subdirectory(_NumericsShims)
1111
add_subdirectory(ComplexModule)
1212
add_subdirectory(Numerics)
1313
add_subdirectory(RealModule)
14+
if(BUILD_TESTING)
15+
add_subdirectory(_TestSupport)
16+
endif()

0 commit comments

Comments
 (0)