Skip to content

Commit

Permalink
build: separating targets from main dotprod library
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Jan 3, 2025
1 parent 369ee0e commit db24b38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ add_library(buffer OBJECT
add_library(channel OBJECT
src/channel/src/channel_cccf.c)

add_library(dotprod OBJECT
add_library(dotprod OBJECT)

target_sources(dotprod PUBLIC
src/dotprod/src/dotprod_cccf.c
src/dotprod/src/dotprod_crcf.c
src/dotprod/src/dotprod_rrrf.c
Expand Down

0 comments on commit db24b38

Please sign in to comment.