We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3665e8 commit bafc708Copy full SHA for bafc708
CMakeLists.txt
@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: Unlicense
2
#
3
# LibTomMath, a free open source portable number theoretic multiple-precision
4
# integer (MPI) library written entirely in C.
helper.pl
@@ -223,7 +223,10 @@ sub patch_file {
223
224
sub make_sources_cmake {
225
my @list = @_;
226
- my $output = "set(SOURCES\n";
+ my $output = "# SPDX-License-Identifier: Unlicense
227
+# Autogenerated File! Do not edit.
228
+
229
+set(SOURCES\n";
230
foreach my $obj (sort @list) {
231
$output .= $obj . "\n";
232
}
sources.cmake
@@ -1,3 +1,6 @@
set(SOURCES
5
mp_2expt.c
6
mp_abs.c
0 commit comments