From 0dab16e7388aec7e17a02bb0f64411a01994fb78 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Sun, 21 Dec 2014 21:17:31 +0000 Subject: [PATCH] Add CMakeLists.txt to the m4 directory [[Imported from SVN: r9986]] --- m4/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 m4/CMakeLists.txt diff --git a/m4/CMakeLists.txt b/m4/CMakeLists.txt new file mode 100644 index 00000000..25e39eb5 --- /dev/null +++ b/m4/CMakeLists.txt @@ -0,0 +1,3 @@ + +install(PROGRAMS dune-gfe.m4 DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/dune/aclocal) + -- GitLab