Skip to content
Snippets Groups Projects
Commit 8e74f4b6 authored by Markus Blatt's avatar Markus Blatt
Browse files

Install cmake modules

[[Imported from SVN: r1786]]
parent a184567f
No related branches found
No related tags found
Loading
......@@ -7,7 +7,7 @@ EXTRA_DIST=dune.module
# we need automake 1.9 or newer
AUTOMAKE_OPTIONS = foreign 1.9
SUBDIRS = dune doc m4
SUBDIRS = cmake dune doc m4
# use configured compiler for "make distcheck"
# doxygen is difficult to convince to build in a special directory...
......
Makefile.in
Makefile
SUBDIRS= modules pkg
Makefile.in
Makefile
MODULES = DuneIstlMacros.cmake \
FindSuperLU.cmake
modulesdir= $(datadir)/cmake/modules
modules_DATA = ${MODULES}
include $(top_srcdir)/am/global-rules
Makefile.in
Makefile
......@@ -18,6 +18,9 @@ AC_SUBST([AM_LDFLAGS], '$(DUNE_LDFLAGS) $(DUNE_LIBS)')
# write output
AC_CONFIG_FILES([Makefile
cmake/Makefile
cmake/modules/Makefile
cmake/pkg/Makefile
doc/doxygen/Makefile
doc/doxygen/Doxyfile
doc/Makefile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment