romulus/ISAAC/CMakeLists.txt

7 lines
55 B
CMake

set(SRC
rand.c
)
add_library(isaac STATIC ${SRC})