Files
rdkit/Code/RDStreams/CMakeLists.txt
Greg Landrum f797113a16 cmake cleanup (#6814)
* add RDKIT_CFFI_STATIC option
minimallib cmake cleanup

* clean up a lot of boost::iostreams nonsense

* find_package(boost cleanup

* update the swig wrappers

* updates to psql

* get the Qt demo working again

* fix? coordgen

* only use std::regex in moldraw2d test

this is consistent with the other tests

* cleanup the serialization stuff too
2023-11-10 15:32:54 +01:00

6 lines
147 B
CMake

rdkit_library(RDStreams streams.cpp)
target_compile_definitions(RDStreams PRIVATE RDKIT_RDSTREAMS_BUILD)
rdkit_headers(streams.h DEST RDStreams)