Skip to content

Commit

Permalink
[bug] add missing source file in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafarina committed Sep 10, 2024
1 parent e4a403f commit f4acbf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ add_library(mmc STATIC
mmc_rand_xorshift128p.c
mmc_rand_xorshift128p.h
mmc_bench.h
mmc_bench.c
mmc_tictoc.c
mmc_tictoc.h
mmc_cl_utils.c
Expand Down Expand Up @@ -179,6 +180,7 @@ if(BUILD_MEX AND Matlab_FOUND)
mmc_rand_xorshift128p.c
mmc_rand_xorshift128p.h
mmc_bench.h
mmc_bench.c
mmc_tictoc.c
mmc_tictoc.h
mmc_cl_utils.c
Expand Down

0 comments on commit f4acbf5

Please sign in to comment.