General cleaning up of the luafilter

Renamed variables to make their use more clear and cmake now looks for the Lua
libraries.
This commit is contained in:
Markus Makela
2016-01-21 17:53:53 +02:00
parent 140d284eed
commit 2204a245c9
3 changed files with 111 additions and 103 deletions

View File

@ -41,6 +41,7 @@ find_package(Jemalloc)
find_package(Git)
find_package(CURL)
find_package(RabbitMQ)
find_package(Lua)
# Build PCRE2
# Read BuildPCRE2 for details about how to add pcre2 as a dependency to a target