Skip to content

Commit

Permalink
source: add string_util.c and dmalloc.c to parse_simple_slice CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
gforney committed Jul 28, 2024
1 parent a2ffe86 commit 68a75dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ endif()

# parse_simple_bndf
add_executable(parse_simple_bndf parse_simple_bndf.c
../Source/shared/dmalloc.c
../Source/shared/string_util.c
../Source/shared/file_util.c
../Source/shared/getdata.c
../Source/shared/dmalloc.c
)
Expand All @@ -44,6 +47,9 @@ endif()

# parse_simple_part
add_executable(parse_simple_part parse_simple_part.c
../Source/shared/dmalloc.c
../Source/shared/string_util.c
../Source/shared/file_util.c
../Source/shared/getdata.c
../Source/shared/dmalloc.c
)
Expand Down

0 comments on commit 68a75dd

Please sign in to comment.