aboutsummaryrefslogtreecommitdiff
path: root/modules/MacroAddFileDependencies.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/MacroAddFileDependencies.cmake')
-rw-r--r--modules/MacroAddFileDependencies.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/MacroAddFileDependencies.cmake b/modules/MacroAddFileDependencies.cmake
index 13596912..61cb1ab5 100644
--- a/modules/MacroAddFileDependencies.cmake
+++ b/modules/MacroAddFileDependencies.cmake
@@ -1,6 +1,12 @@
# - MACRO_ADD_FILE_DEPENDENCIES(<_file> depend_files...)
# MACRO_OPTIONAL_FIND_PACKAGE( <name> [QUIT] )
+# Copyright (c) 2006, Alexander Neundorf, <neundorf@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_FILE_DEPENDENCIES _file)
GET_SOURCE_FILE_PROPERTY(_deps ${_file} OBJECT_DEPENDS)