From 2104810f45d89b65ba91b79664855b365959909a Mon Sep 17 00:00:00 2001
From: Tim O'Shea <tim.oshea753@gmail.com>
Date: Wed, 9 Oct 2013 20:11:49 -0400
Subject: gr_modtool: install a howtoConfig.cmake when creating new out of tree
 modules, this will allow other cmake modules to be able to easily find and
 link against it in a clean way

---
 gr-utils/python/modtool/modtool_base.py | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gr-utils/python/modtool/modtool_base.py')

diff --git a/gr-utils/python/modtool/modtool_base.py b/gr-utils/python/modtool/modtool_base.py
index 081c10aaf9..92649a8589 100644
--- a/gr-utils/python/modtool/modtool_base.py
+++ b/gr-utils/python/modtool/modtool_base.py
@@ -117,6 +117,7 @@ class ModTool(object):
             self._info['includedir'] = 'include'
         self._file['cminclude'] = os.path.join(self._info['includedir'], 'CMakeLists.txt')
         self._file['cmswig'] = os.path.join('swig', 'CMakeLists.txt')
+        self._file['cmfind'] = os.path.join('cmake', 'Modules', 'howtoConfig.cmake')
 
     def _check_directory(self, directory):
         """ Guesses if dir is a valid GNU Radio module directory by looking for
-- 
cgit v1.2.3