Skip to content

Commit

Permalink
rename crc_module.c to crc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Nov 19, 2024
1 parent 9010bce commit b533d46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif()

python_add_library(crc
MODULE
${CMAKE_SOURCE_DIR}/src/e2e/crc_module.c
${CMAKE_SOURCE_DIR}/src/e2e/crc.c
${PY_ABI_OPTIONS})
python_add_library(p01
MODULE
Expand Down
File renamed without changes.

0 comments on commit b533d46

Please sign in to comment.