aboutsummaryrefslogtreecommitdiffstats
path: root/longbow/src/LongBow/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'longbow/src/LongBow/config.h.in')
-rw-r--r--longbow/src/LongBow/config.h.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/longbow/src/LongBow/config.h.in b/longbow/src/LongBow/config.h.in
new file mode 100644
index 00000000..75a5edc2
--- /dev/null
+++ b/longbow/src/LongBow/config.h.in
@@ -0,0 +1,11 @@
+//
+// Created by Ignacio Solis on 12/1/15.
+//
+
+#ifndef LONGBOW_CONFIGURATION_H
+#define LONGBOW_CONFIGURATION_H
+
+#define LIB_INSTALL_DIR "@CMAKE_INSTALL_PREFIX@"
+
+#endif //LONGBOW_CONFIGURATION_H
+