Skip to content

Commit 5d2f2cd

Browse files
authored
Update CMakeLists.txt
Signed-off-by: Timothy Rule <[email protected]>
1 parent 3fd35af commit 5d2f2cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/util/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ add_executable(test_util
1818
__test__.c
1919
test_binary.c
2020
test_yaml.c
21+
test_ascii85.c
2122

2223
${DSE_CLIB_SOURCE_DIR}/util/binary.c
2324
${DSE_CLIB_SOURCE_DIR}/util/yaml.c
25+
${DSE_CLIB_SOURCE_DIR}/util/ascii85.c
2426
${DSE_CLIB_SOURCE_DIR}/collections/hashmap.c
2527
)
2628
target_include_directories(test_util
@@ -32,6 +34,7 @@ target_link_libraries(test_util
3234
PRIVATE
3335
cmocka
3436
yaml
37+
m
3538
# -Wl,--wrap=strdup
3639
)
3740
set(YAML_EXAMPLE_RESOURCE_FILES
@@ -47,4 +50,4 @@ install(
4750
${YAML_EXAMPLE_RESOURCE_FILES}
4851
DESTINATION
4952
${YAML_OUTDIR}/resources
50-
)
53+
)

0 commit comments

Comments
 (0)