mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
project SimDivPickers : : ;
|
|
|
|
import os ;
|
|
local RDBASE = [ os.environ RDBASE ] ;
|
|
|
|
|
|
lib SimDivPickers : DistPicker.cpp MaxMinPicker.cpp HierarchicalClusterPicker.cpp
|
|
../ML/Cluster/Murtagh//hc ../RDGeneral//RDGeneral
|
|
: <toolset>msvc:<link>static ; #<link>static ;
|
|
install lib-install : SimDivPickers : <location>$(RDBASE)/bin ;
|
|
|
|
|