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

add_library(
  bio_decrepit

  OBJECT

  base64_bio.c
)