From c07c0eec10768c9614dad6a787d82e63ae3cfb7e Mon Sep 17 00:00:00 2001 From: myk002 Date: Wed, 24 Feb 2021 19:32:44 -0800 Subject: [PATCH] add luacov link to license list, install luacov --- LICENSE.rst | 1 + depends/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/LICENSE.rst b/LICENSE.rst index 057fd960d..68678dfb3 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -47,6 +47,7 @@ alt-getopt_ MIT \(c\) 2009 Aleksey Cheusov .. _libzip: https://github.com/nih-at/libzip .. _linenoise: http://github.com/antirez/linenoise .. _lua: http://www.lua.org +.. _luacov: https://github.com/keplerproject/luacov .. _luafilesystem: https://github.com/keplerproject/luafilesystem .. _lua-profiler: http://lua-users.org/wiki/PepperfishProfiler .. _protobuf: https://github.com/google/protobuf diff --git a/depends/CMakeLists.txt b/depends/CMakeLists.txt index de389ee92..f42955e7d 100644 --- a/depends/CMakeLists.txt +++ b/depends/CMakeLists.txt @@ -22,6 +22,8 @@ option(CLSOCKET_DEP_ONLY "Build for use inside other CMake projects as dependenc add_subdirectory(clsocket) ide_folder(clsocket "Depends") +install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/luacov/src/luacov/ DESTINATION ${DFHACK_DATA_DESTINATION}/lua/luacov) + # set the default values of libexpat options - the descriptions are left empty # because later option() calls *do* override those set(EXPAT_BUILD_EXAMPLES OFF CACHE BOOL "")