aboutsummaryrefslogtreecommitdiffstats
path: root/dev/a6-harold/cmake/MessageMacros.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'dev/a6-harold/cmake/MessageMacros.cmake')
-rw-r--r--dev/a6-harold/cmake/MessageMacros.cmake17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev/a6-harold/cmake/MessageMacros.cmake b/dev/a6-harold/cmake/MessageMacros.cmake
deleted file mode 100644
index 4628e5c..0000000
--- a/dev/a6-harold/cmake/MessageMacros.cmake
+++ /dev/null
@@ -1,17 +0,0 @@
-# This file is part of the MinVR cmake build system.
-# See the main MinVR/CMakeLists.txt file for authors, copyright, and license info.
-
-
-macro(h1 TITLE)
- string(TOUPPER ${TITLE} TITLE)
- message(STATUS "\n\n==== ${TITLE} ====")
-endmacro()
-
-macro(h2 TITLE)
- message(STATUS "\n* ${TITLE}")
-endmacro()
-
-macro(h3 TITLE)
- message(STATUS "- ${TITLE}")
-endmacro()
-