8 lines
82 B
CMake
8 lines
82 B
CMake
|
add_library(chaos
|
||
|
abchash.c
|
||
|
xorshift.c
|
||
|
)
|
||
|
target_link_libraries(chaos
|
||
|
math
|
||
|
)
|