romulus/ISAAC/CMakeLists.txt

7 lines
55 B
CMake
Raw Permalink Normal View History

2022-01-30 00:53:20 +00:00
set(SRC
rand.c
)
add_library(isaac STATIC ${SRC})