mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* initial support for pubchem-align3d * works, passes the tests * bump commit we are using * update readme * disable pubchem shape for limited depedencies build * comment from review * get windows dll builds working * stupid oversight * changes in response to review get rid of the "using namespace std" test that the alignment is re-entrant
10 lines
264 B
CMake
10 lines
264 B
CMake
add_subdirectory(INCHI-API)
|
|
add_subdirectory(AvalonTools)
|
|
add_subdirectory(FreeSASA)
|
|
add_subdirectory(CoordGen)
|
|
add_subdirectory(YAeHMOP)
|
|
add_subdirectory(RingFamilies)
|
|
add_subdirectory(GA)
|
|
if(RDK_BUILD_PUBCHEMSHAPE_SUPPORT)
|
|
add_subdirectory(pubchem_shape)
|
|
endif() |