diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 8fe96a1bd..a51feefee 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -411,9 +411,11 @@ if(EMULATE_READER) add_custom_target(spec-rocks) foreach(PRJ busted + cluacov dkjson lua-term lua_cliargs + luacov luafilesystem luassert luasystem diff --git a/thirdparty/spec/cluacov/CMakeLists.txt b/thirdparty/spec/cluacov/CMakeLists.txt new file mode 100644 index 000000000..d4d77e82d --- /dev/null +++ b/thirdparty/spec/cluacov/CMakeLists.txt @@ -0,0 +1,4 @@ +spec_rock( + https://luarocks.org/manifests/luarocks/cluacov-0.1.4-1.src.rock + 076273d593b0aa95666f1d3238d6549e +) diff --git a/thirdparty/spec/luacov/CMakeLists.txt b/thirdparty/spec/luacov/CMakeLists.txt new file mode 100644 index 000000000..6586fb4ff --- /dev/null +++ b/thirdparty/spec/luacov/CMakeLists.txt @@ -0,0 +1,4 @@ +spec_rock( + https://luarocks.org/manifests/hisham/luacov-0.15.0-1.src.rock + 5a3bc7c5b5ee85eb06cc8c4cc5cc3d94 +)