Files
rdkit/Code/Query/CMakeLists.txt
Ric 01fbec33ff Removal of redundant wildcards in SMARTS (Null Atom/Bond Query combination) (#2595)
* add nullQuery algebra

* update tests

* add header to CMake file

* add ownership notice to docstrings

* rename functions

* remove mergeNullQSecond

* fix function name

* Add comment about SMARTS changed to release notes
2019-08-15 14:37:17 +02:00

17 lines
430 B
CMake

rdkit_headers(AndQuery.h
EqualityQuery.h
GreaterEqualQuery.h
GreaterQuery.h
LessEqualQuery.h
LessQuery.h
NullQueryAlgebra.h
OrQuery.h
Query.h
QueryObjects.h
RangeQuery.h
SetQuery.h
XOrQuery.h DEST Query)
rdkit_test(testQuery test.cpp LINK_LIBRARIES RDGeneral)