diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-04-10 11:00:00 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-04-25 22:49:44 +0200 |
commit | 91d74564ad1073ffaaa40f92d52e7f4e727e053a (patch) | |
tree | 2268dac3b0af515969e39ed11a8ccb876a2fca4d /cmake/platform | |
parent | e016be1bcd4a3ba37c73df21bec791671d5ae233 (diff) |
Create cmake/platform/linux/{gbm,rbpi}.cmake for FreeBSD
Signed-off-by: Tobias Kortkamp <tobik@FreeBSD.org>
Diffstat (limited to 'cmake/platform')
-rw-r--r-- | cmake/platform/freebsd/gbm.cmake | 1 | ||||
-rw-r--r-- | cmake/platform/freebsd/rbpi.cmake | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cmake/platform/freebsd/gbm.cmake b/cmake/platform/freebsd/gbm.cmake new file mode 100644 index 0000000000..b273a06d34 --- /dev/null +++ b/cmake/platform/freebsd/gbm.cmake @@ -0,0 +1 @@ +include(cmake/platform/linux/gbm.cmake) diff --git a/cmake/platform/freebsd/rbpi.cmake b/cmake/platform/freebsd/rbpi.cmake new file mode 100644 index 0000000000..f0956939b6 --- /dev/null +++ b/cmake/platform/freebsd/rbpi.cmake @@ -0,0 +1 @@ +include(cmake/platform/linux/rbpi.cmake) |