diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-06-24 14:49:23 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-24 14:49:23 +0300 |
commit | beb6d9200d15e8fbaab62b90b9955b0127fc2ba9 (patch) | |
tree | f60b803315a789d3674e393ffca2f5b4397bd0a5 /cmake/MergeStaticLibs.cmake | |
parent | Merge branch 'master' of https://github.com/mbg033/bitmonero (diff) | |
download | monero-beb6d9200d15e8fbaab62b90b9955b0127fc2ba9.tar.xz |
CMake: GPL 'libutils' script removed
Diffstat (limited to 'cmake/MergeStaticLibs.cmake')
-rw-r--r-- | cmake/MergeStaticLibs.cmake | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/cmake/MergeStaticLibs.cmake b/cmake/MergeStaticLibs.cmake index 346687a72..858a026a3 100644 --- a/cmake/MergeStaticLibs.cmake +++ b/cmake/MergeStaticLibs.cmake @@ -1,4 +1,15 @@ +# Copyright (C) 2012 Modelon AB +# This program is free software: you can redistribute it and/or modify +# it under the terms of the BSD style license. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# FMILIB_License.txt file for more details. + +# You should have received a copy of the FMILIB_License.txt file +# along with this program. If not, contact Modelon AB <http://www.modelon.com>. # Merge_static_libs(outlib lib1 lib2 ... libn) merges a number of static # libs into a single static library @@ -115,4 +126,4 @@ EXECUTE_PROCESS(COMMAND ls . COMMAND ${CMAKE_COMMAND} -E copy ${dummyfile}.base ${dummyfile} DEPENDS ${libs} ${extrafiles}) - endfunction() + endfunction()
\ No newline at end of file |