mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-06 22:39:55 +08:00
18 lines
478 B
Plaintext
18 lines
478 B
Plaintext
project DataStructs : : ;
|
|
|
|
import os ;
|
|
local RDBASE = [ os.environ RDBASE ] ;
|
|
|
|
lib DataStructs : BitVect.cpp SparseBitVect.cpp ExplicitBitVect.cpp Utils.cpp
|
|
base64.cpp BitOps.cpp DiscreteDistMat.cpp DiscreteValueVect.cpp
|
|
../RDGeneral//RDGeneral
|
|
: <toolset>msvc:<link>static ; #<link>static ;
|
|
install lib-install : DataStructs : <location>$(RDBASE)/bin ;
|
|
|
|
exe test : testDatastructs.cpp DataStructs ../RDGeneral//RDGeneral ;
|
|
|
|
install regrs : test : <location>testExecs ;
|
|
|
|
|
|
|