mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* 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
17 lines
430 B
CMake
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)
|
|
|