10 lines
76 B
CMake
10 lines
76 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
rc4
|
|
|
|
OBJECT
|
|
|
|
rc4.c
|
|
)
|