diff --git a/bin/duneproject b/bin/duneproject index 2a00c842289dc0fd768d4dac06e90030ce775b12..bbf1648e778e76d8c7a5300196e2efd64107ea00 100755 --- a/bin/duneproject +++ b/bin/duneproject @@ -464,6 +464,10 @@ DISTCHECK_CONFIGURE_FLAGS = $DISTCHECK_CONFIGURE_FLAGS CXX="\$(CXX)" CC="\$(CC)" include \$(top_srcdir)/am/top-rules include \$(top_srcdir)/am/global-rules +# Generate package configuration files for finding +# installed modules with CMake +include $(top_srcdir)/am/cmake-pkg-config + M_DELIM ################## CMakeLists.txt ##################