From 86c44199b0ceb0b952db26991da71393be4d29ee Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 2 May 2023 16:10:08 +1000 Subject: add komihash: the fast and fun hashing header! --- tools/cmake/common.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake index acb017a4..1c24c5db 100644 --- a/tools/cmake/common.cmake +++ b/tools/cmake/common.cmake @@ -7,6 +7,7 @@ set(COMPONENTS "") # External dependencies list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/catch2") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/cbor") +list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/komihash") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/libmad") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/libtags") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/lvgl") -- cgit v1.2.3