add luacov link to license list, install luacov

develop
myk002 2021-02-24 19:32:44 -08:00
parent a68c73e140
commit c07c0eec10
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
2 changed files with 3 additions and 0 deletions

@ -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

@ -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 "")