summaryrefslogtreecommitdiff
path: root/third_party/aes_128.lua
blob: 6f7a00e5f4a70707d9c7ef3f86999c2b0ffb91f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
group("third_party")
project("aes_128")
  uuid("b50458bf-dd83-4c1a-8cad-61f5fbbfd720")
  kind("StaticLib")
  language("C")
  defines({
    "_LIB",
  })
  includedirs({
    "aes_128",
  })
  files({
    "aes_128/aes.h",
    "aes_128/unroll/aes.c",
  })