Skip to content

Commit

Permalink
restore the ability to build RDKit_minimal.js after rdkit#7700 (rdkit…
Browse files Browse the repository at this point in the history
…#7734)

Co-authored-by: ptosco <[email protected]>
  • Loading branch information
ptosco and ptosco authored Aug 21, 2024
1 parent 67f507a commit 3568879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/MinimalLib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include_directories(${RDKit_ExternalDir}/rapidjson-1.1.0/include)
if(RDK_BUILD_MINIMAL_LIB)
set(MINIMAL_LIB_LIBRARIES "MolInterchange_static;Abbreviations_static;"
"CIPLabeler_static;MolDraw2D_static;Depictor_static;"
"SubstructMatch_static;FileParsers_static;"
"Descriptors_static;SubstructMatch_static;FileParsers_static;"
"SmilesParse_static;GraphMol_static;RDGeometryLib_static;"
"RDGeneral_static;RGroupDecomposition_static")
if(RDK_BUILD_INCHI_SUPPORT)
Expand Down

0 comments on commit 3568879

Please sign in to comment.