From 92479a455a1bc98cfc262cd403663dba36466d23 Mon Sep 17 00:00:00 2001 From: Alex Zhondin Date: Thu, 12 Sep 2019 23:30:06 -0700 Subject: [PATCH] fixing cmake --- common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 8de2eb3..1a05fd4 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -10,6 +10,8 @@ add_definitions(-D_LIB) file(GLOB SOURCE_FILES "misc/*.c" "misc/*.h" + "misc/bitset/*.c" + "misc/bitset/*.h" "m4/*.c" "m4/*.h" "m4/lib/*.c"