summaryrefslogtreecommitdiff
path: root/CMake/CMakeConfigTemplate.hpp
diff options
context:
space:
mode:
authorbsegovia <devnull@localhost>2011-07-14 01:27:08 +0000
committerKeith Packard <keithp@keithp.com>2012-08-10 16:14:34 -0700
commit5173febb3d88b6c38709d390c3b30c79442afd7b (patch)
tree1f3cdd7f6254f8c22787376b9bbda2cf133e97f7 /CMake/CMakeConfigTemplate.hpp
parent27d817aabaedebd2b2601d65e34c3ad1364e6101 (diff)
downloadbeignet-5173febb3d88b6c38709d390c3b30c79442afd7b.tar.gz
Added all miniCL files
Diffstat (limited to 'CMake/CMakeConfigTemplate.hpp')
-rw-r--r--CMake/CMakeConfigTemplate.hpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/CMake/CMakeConfigTemplate.hpp b/CMake/CMakeConfigTemplate.hpp
new file mode 100644
index 00000000..7702c54d
--- /dev/null
+++ b/CMake/CMakeConfigTemplate.hpp
@@ -0,0 +1,28 @@
+/*
+ * Copyright © 2012 Intel Corporation
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Author: Benjamin Segovia <benjamin.segovia@intel.com>
+ */
+
+#ifndef CMAKE_CONFIG_HPP
+#define CMAKE_CONFIG_HPP
+
+#define ON true
+#define OFF false
+#define GEN_INSTALLATION_PATH "${CMAKE_INSTALL_PREFIX}/lib/i965/"
+
+#endif /* CMAKE_CONFIG_HPP */
+