mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-12-02 02:05:41 +00:00
Move lua scripts into their own directory
Build untested.
This commit is contained in:
parent
01c23c2664
commit
eea8d3323c
4 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ configure_file(
|
|||
${CMAKE_CURRENT_BINARY_DIR}/redisConfig.h
|
||||
)
|
||||
set(LUA_SCRIPTS
|
||||
tag_if_in_set.lua
|
||||
dele_tag_if_in_set.lua
|
||||
dele_hash.lua
|
||||
lua/tag_if_in_set.lua
|
||||
lua/dele_tag_if_in_set.lua
|
||||
lua/dele_hash.lua
|
||||
)
|
||||
|
||||
install(TARGETS ${PROJECT_NAME}
|
||||
|
|
Loading…
Reference in a new issue