10 lines
82 B
CMake
10 lines
82 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
base64
|
|
|
|
OBJECT
|
|
|
|
base64.c
|
|
)
|