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