7 lines
55 B
CMake
7 lines
55 B
CMake
|
set(SRC
|
||
|
rand.c
|
||
|
)
|
||
|
|
||
|
add_library(isaac STATIC ${SRC})
|
||
|
|