romulus/ISAAC/CMakeLists.txt
2022-01-30 00:53:20 +00:00

7 lines
55 B
CMake

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