Skip to content

Commit

Permalink
Merge pull request #95 from andreafarina/fix-build
Browse files Browse the repository at this point in the history
[bug] add missing source file in CMakeLists.txt
  • Loading branch information
fangq authored Sep 15, 2024
2 parents bf54fa9 + f4acbf5 commit 97330d1
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 97330d1

Please sign in to comment.