Skip to content

Commit

Permalink
add a forgotten library (#6326)
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed Apr 30, 2023
1 parent f76a24b commit 77ce8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/GraphMol/Depictor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif()

rdkit_library(Depictor
RDDepictor.cpp EmbeddedFrag.cpp DepictUtils.cpp Templates.cpp
LINK_LIBRARIES ${RDK_COORDGEN_LIBS} SubstructMatch MolTransforms GraphMol RDGeneral)
LINK_LIBRARIES ${RDK_COORDGEN_LIBS} SmilesParse SubstructMatch MolTransforms GraphMol RDGeneral)
target_compile_definitions(Depictor PRIVATE RDKIT_DEPICTOR_BUILD)

rdkit_headers(DepictUtils.h
Expand Down

0 comments on commit 77ce8ea

Please sign in to comment.