~aleteoryx/muditaos

ref: af85332bcb854a56cb835a43424ef0a311be0b06 muditaos/third-party/base64/CMakeLists.txt -rw-r--r-- 253 bytes
af85332b — Tigran Soghbatyan [BH-1205] Fix bedtime notification text 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_library(base64)
add_library(base64::base64 ALIAS base64)
target_sources(base64
   PRIVATE
      src/base64.c
   PUBLIC
      src/base64.h
)

target_include_directories(base64
   PUBLIC
      $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>
)