10 lines
80 B
CMake
10 lines
80 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
lhash
|
|
|
|
OBJECT
|
|
|
|
lhash.c
|
|
)
|