10 lines
83 B
CMake
10 lines
83 B
CMake
include_directories(. .. ../../include)
|
|
|
|
add_library(
|
|
cmac
|
|
|
|
OBJECT
|
|
|
|
cmac.c
|
|
)
|