Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino committed Jun 16, 2023
1 parent 2b4a3a7 commit d1b749d
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/gnu/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
add_library(nrngnu STATIC ACG.cpp Binomial.cpp DiscUnif.cpp Erlang.cpp Geom.cpp HypGeom.cpp LogNorm.cpp MLCG.cpp NegExp.cpp Normal.cpp Poisson.cpp Random.cpp RndInt.cpp RNG.cpp Uniform.cpp Weibull.cpp)
add_library(
nrngnu STATIC
ACG.cpp
Binomial.cpp
DiscUnif.cpp
Erlang.cpp
Geom.cpp
HypGeom.cpp
LogNorm.cpp
MLCG.cpp
NegExp.cpp
Normal.cpp
Poisson.cpp
Random.cpp
RndInt.cpp
RNG.cpp
Uniform.cpp
Weibull.cpp)
set_property(TARGET nrngnu PROPERTY POSITION_INDEPENDENT_CODE ON)

0 comments on commit d1b749d

Please sign in to comment.