summaryrefslogtreecommitdiffstats
path: root/src/decrepit/rsa/CMakeLists.txt
blob: 66d836b13fb1b9863667883ea01b611c698687b0 (plain)
1
2
3
4
5
6
7
8
9
include_directories(../../include)

add_library(
  rsa_decrepit

  OBJECT

  rsa_decrepit.c
)