summaryrefslogtreecommitdiffstats
path: root/ffts.pc.cmake.in
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2016-10-02 17:21:40 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2016-10-02 17:34:05 -0500
commit0809ce7076e662953465f0a8d45127ef763e8e93 (patch)
tree903e7473848ad83730e65d317ab8c5f94ac954f5 /ffts.pc.cmake.in
parent1f4b9a249263e083d03138957f3cd6a293ae26e5 (diff)
downloadffts-0809ce7076e662953465f0a8d45127ef763e8e93.zip
ffts-0809ce7076e662953465f0a8d45127ef763e8e93.tar.gz
Add install targets to CMake build system
Diffstat (limited to 'ffts.pc.cmake.in')
-rw-r--r--ffts.pc.cmake.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ffts.pc.cmake.in b/ffts.pc.cmake.in
new file mode 100644
index 0000000..43f38e9
--- /dev/null
+++ b/ffts.pc.cmake.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${exec_prefix}
+libdir=${libdir}
+includedir=${includedir}
+
+Name: @CMAKE_PROJECT_NAME@
+Description: fast Fourier transform library
+Version: @FFTS_VERSION@
+Libs: -L${libdir} -lffts -lm
+Cflags: -I${includedir}/ffts
OpenPOWER on IntegriCloud