12 lines
102 B
CMake
12 lines
102 B
CMake
|
include_directories(. .. ../../include)
|
||
|
|
||
|
add_library(
|
||
|
rand
|
||
|
|
||
|
OBJECT
|
||
|
|
||
|
rand.c
|
||
|
urandom.c
|
||
|
windows.c
|
||
|
)
|