From 9782f9ff35b1fdfa67438ea620bd7c91497781a3 Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 23 Aug 2021 11:26:46 -0500 Subject: update hs_parse_args_tests to reflect the lack of type distinction between integers and numbers --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e629ec9..08c28d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,7 @@ set(HONEYSUCKLE_SOURCES ${HS_ROOT}/hs_type_to_string.c ${HS_ROOT}/hs_pushstring.c ${HS_ROOT}/hs_throw_error.c + ${HS_ROOT}/hs_parse_args.c ${HS_ROOT}/honeysuckle.c ) add_library(honeysuckle ${HONEYSUCKLE_SOURCES}) -- cgit v1.2.1