Home | History | Annotate | Download | only in rand_extra
      1 include_directories(../../include)
      2 
      3 add_library(
      4   rand_extra
      5 
      6   OBJECT
      7 
      8   deterministic.c
      9   forkunsafe.c
     10   fuchsia.c
     11   rand_extra.c
     12   windows.c
     13 )
     14