mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-05 22:04:27 +08:00
various and sundry minor code cleanups; this probably does not yet build on windows... that is next
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
project DataStructs : : ;
|
|
|
|
|
|
lib DataStructs : BitVect.cpp SparseBitVect.cpp ExplicitBitVect.cpp Utils.cpp
|
|
base64.cpp BitOps.cpp DiscreteDistMat.cpp DiscreteValueVect.cpp : <link>static ;
|
|
|
|
exe test : testDatastructs.cpp DataStructs /RDKit//RDGeneral ;
|
|
|
|
install regrs : test : <location>testExecs ;
|
|
|
|
|
|
|