10 lines
86 B
CMake
10 lines
86 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
blowfish
|
|
|
|
OBJECT
|
|
|
|
blowfish.c
|
|
)
|