mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
11 lines
275 B
CMake
11 lines
275 B
CMake
add_subdirectory(Alignment)
|
|
add_subdirectory(EigenSolvers)
|
|
add_subdirectory(Optimizer)
|
|
|
|
rdkit_headers(Matrix.h
|
|
SquareMatrix.h
|
|
SymmMatrix.h
|
|
Vector.h DEST Numerics)
|
|
|
|
rdkit_test(testMatrices testMatrices.cpp LINK_LIBRARIES RDGeneral)
|