aboutsummaryrefslogtreecommitdiff
path: root/modules/MacroAddCompileFlags.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/MacroAddCompileFlags.cmake')
-rw-r--r--modules/MacroAddCompileFlags.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/MacroAddCompileFlags.cmake b/modules/MacroAddCompileFlags.cmake
index 67c0f29f..12038c00 100644
--- a/modules/MacroAddCompileFlags.cmake
+++ b/modules/MacroAddCompileFlags.cmake
@@ -1,5 +1,11 @@
# - MACRO_ADD_COMPILE_FLAGS(<_target> "flags...")
+# Copyright (c) 2006, Oswald Buddenhagen, <ossi@kde.org>
+#
+# Redistribution and use is allowed according to the terms of the BSD license.
+# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+
+
MACRO (MACRO_ADD_COMPILE_FLAGS _target _flg)
GET_TARGET_PROPERTY(_flags ${_target} COMPILE_FLAGS)