We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd35af commit 5d2f2cdCopy full SHA for 5d2f2cd
tests/util/CMakeLists.txt
@@ -18,9 +18,11 @@ add_executable(test_util
18
__test__.c
19
test_binary.c
20
test_yaml.c
21
+ test_ascii85.c
22
23
${DSE_CLIB_SOURCE_DIR}/util/binary.c
24
${DSE_CLIB_SOURCE_DIR}/util/yaml.c
25
+ ${DSE_CLIB_SOURCE_DIR}/util/ascii85.c
26
${DSE_CLIB_SOURCE_DIR}/collections/hashmap.c
27
)
28
target_include_directories(test_util
@@ -32,6 +34,7 @@ target_link_libraries(test_util
32
34
PRIVATE
33
35
cmocka
36
yaml
37
+ m
38
# -Wl,--wrap=strdup
39
40
set(YAML_EXAMPLE_RESOURCE_FILES
@@ -47,4 +50,4 @@ install(
47
50
${YAML_EXAMPLE_RESOURCE_FILES}
48
51
DESTINATION
49
52
${YAML_OUTDIR}/resources
-)
53
+)
0 commit comments