mirror of
https://github.com/monero-project/monero.git
synced 2025-08-18 04:50:24 -04:00
CMake: GPL 'libutils' script removed
This commit is contained in:
parent
ab61ba0c9b
commit
beb6d9200d
5 changed files with 16 additions and 407 deletions
|
@ -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()
|
Loading…
Add table
Add a link
Reference in a new issue