mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* 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
6 lines
147 B
CMake
6 lines
147 B
CMake
|
|
rdkit_library(RDStreams streams.cpp)
|
|
target_compile_definitions(RDStreams PRIVATE RDKIT_RDSTREAMS_BUILD)
|
|
|
|
rdkit_headers(streams.h DEST RDStreams)
|