mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
17 lines
436 B
CMake
17 lines
436 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_catch_test(testQuery test.cpp LINK_LIBRARIES RDGeneral)
|
|
|