mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
16 lines
446 B
Plaintext
16 lines
446 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 : <toolset>msvc:<link>static ; #<link>static ;
|
|
install lib-install : DataStructs : <location>$(RDBASE)/bin ;
|
|
|
|
exe test : testDatastructs.cpp DataStructs /RDKit//RDGeneral ;
|
|
|
|
install regrs : test : <location>testExecs ;
|
|
|
|
|
|
|