10 lines
86 B
CMake
Raw Permalink Normal View History

include_directories(../../include)
add_library(
blowfish
OBJECT
blowfish.c
)