diff options
author | Denis Kozadaev <denis@dilos.org> | 2020-03-28 17:45:12 +0300 |
---|---|---|
committer | Denis Kozadaev <denis@dilos.org> | 2020-03-28 17:45:12 +0300 |
commit | b93fd6da0b9fd56962db2ea64f98da30d5f93538 (patch) | |
tree | 9e20e7301f6d6ed7b45750718d6998a0d39e2ced /qnetchess/cmake/modules/template_libtool_file.cmake | |
parent | 62af0157e055222214ab132575e41f924e997ff1 (diff) | |
download | tdegames-b93fd6da0b9fd56962db2ea64f98da30d5f93538.tar.gz tdegames-b93fd6da0b9fd56962db2ea64f98da30d5f93538.zip |
Network Chess game for two playersqnetchess
Signed-off-by: Denis Kozadaev <denis@dilos.org>
Diffstat (limited to 'qnetchess/cmake/modules/template_libtool_file.cmake')
-rw-r--r-- | qnetchess/cmake/modules/template_libtool_file.cmake | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/qnetchess/cmake/modules/template_libtool_file.cmake b/qnetchess/cmake/modules/template_libtool_file.cmake new file mode 100644 index 00000000..fcd73d46 --- /dev/null +++ b/qnetchess/cmake/modules/template_libtool_file.cmake @@ -0,0 +1,35 @@ +# @_laname@ - a libtool library file +# Generated by CMake - GNU libtool +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='@_library_name_2@' + +# Names of this library. +library_names='@_library_name_1@ @_library_name_2@ @_library_name_3@' + +# The name of the static archive. +old_library='' + +# Libraries that this one depends upon. +dependency_libs='' + +# Version information for @_name@. +current=@_version_current@ +age=@_version_age@ +revision=@_version_revision@ + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=@_shouldnotlink@ + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='@_libdir@' |