summaryrefslogtreecommitdiffstats
path: root/cmake/platform/rbpi
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platform/rbpi')
-rw-r--r--cmake/platform/rbpi/defines.txt1
-rw-r--r--cmake/platform/rbpi/rbpi.cmake1
2 files changed, 2 insertions, 0 deletions
diff --git a/cmake/platform/rbpi/defines.txt b/cmake/platform/rbpi/defines.txt
new file mode 100644
index 0000000..08fe4cb
--- /dev/null
+++ b/cmake/platform/rbpi/defines.txt
@@ -0,0 +1 @@
-DTARGET_POSIX -DTARGET_LINUX -D_LINUX -D_ARMEL -DTARGET_RASPBERRY_PI
diff --git a/cmake/platform/rbpi/rbpi.cmake b/cmake/platform/rbpi/rbpi.cmake
new file mode 100644
index 0000000..4899857
--- /dev/null
+++ b/cmake/platform/rbpi/rbpi.cmake
@@ -0,0 +1 @@
set(PLATFORM_REQUIRED_DEPS OpenGLES EGL MMAL)