mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-05 22:04:27 +08:00
16 lines
397 B
CMake
16 lines
397 B
CMake
rdkit_headers(AndQuery.h
|
|
EqualityQuery.h
|
|
GreaterEqualQuery.h
|
|
GreaterQuery.h
|
|
LessEqualQuery.h
|
|
LessQuery.h
|
|
OrQuery.h
|
|
Query.h
|
|
QueryObjects.h
|
|
RangeQuery.h
|
|
SetQuery.h
|
|
XOrQuery.h DEST Query)
|
|
|
|
rdkit_test(testQuery test.cpp LINK_LIBRARIES RDGeneral)
|
|
|