diff --git a/bindings/pyroot/CMakeLists.txt b/bindings/pyroot/CMakeLists.txt index 5f621af9a2d90..d042e5b8bd237 100644 --- a/bindings/pyroot/CMakeLists.txt +++ b/bindings/pyroot/CMakeLists.txt @@ -17,7 +17,7 @@ ROOT_STANDARD_LIBRARY_PACKAGE(PyROOT NO_INSTALL_HEADERS DICTIONARY_OPTIONS "-writeEmptyRootPCM" LIBRARIES Core Net Tree MathCore Rint ${PYTHON_LIBRARIES} - DEPENDENCIES Core MathCore Net Tree Rint) + DEPENDENCIES Core MathCore Net Tree TreePlayer Rint) ROOT_LINKER_LIBRARY(JupyROOT ../JupyROOT/src/*.cxx DEPENDENCIES Core CMAKENOEXPORT) if(MSVC)