From af7489d5a6e8c18a9e8ce6fca633d2a788af011e Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 19 Dec 2013 11:08:28 -0500 Subject: Add MirBSD platform support (#14659) Add a Modules/Platform/MirBSD.cmake module that just includes the OpenBSD platform module. --- Modules/Platform/MirBSD.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 Modules/Platform/MirBSD.cmake diff --git a/Modules/Platform/MirBSD.cmake b/Modules/Platform/MirBSD.cmake new file mode 100644 index 0000000..7637f9b --- /dev/null +++ b/Modules/Platform/MirBSD.cmake @@ -0,0 +1 @@ +include(Platform/OpenBSD) -- cgit v0.12