mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* remove no-op macros and dead code (pt 2) * test failures due to whitespace changes? * actually run the testFeatures tests --------- Co-authored-by: greg landrum <greg.landrum@gmail.com>
6 lines
141 B
CMake
6 lines
141 B
CMake
rdkit_headers(Feature.h
|
|
DEST Features)
|
|
|
|
rdkit_test(testBaseFeatures testFeatures.cpp
|
|
LINK_LIBRARIES RDGeneral RDGeometryLib )
|