Skip to content

Commit

Permalink
[cmake] update cmake to add -N support
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jan 22, 2025
1 parent efd265d commit fe709c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ add_library(mmc STATIC
mmc_bench.c
mmc_tictoc.c
mmc_tictoc.h
mmc_neurojson.cpp
mmc_neurojson.h
mmc_cl_utils.c
mmc_cl_utils.h
mmc_cl_host.c
Expand Down Expand Up @@ -243,6 +245,8 @@ if(BUILD_MEX AND Matlab_FOUND)
mmc_bench.c
mmc_tictoc.c
mmc_tictoc.h
mmc_neurojson.cpp
mmc_neurojson.h
mmc_cl_utils.c
mmc_cl_utils.h
mmc_cl_host.c
Expand Down

0 comments on commit fe709c4

Please sign in to comment.