Skip to content

Commit f53b176

Browse files
author
Ildar Mulyukov
committed
src/CMakeLists.txt: build circular_buffer.c always
to allow all tests run successfully
1 parent d7e5af6 commit f53b176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ set(cgreen_SRCS
3636
breadcrumb.c
3737
cgreen_time.c
3838
cgreen_value.c
39+
circular_buffer.c
3940
constraint.c
4041
constraint_syntax_helpers.c
4142
cute_reporter.c
@@ -72,7 +73,6 @@ else(UNIX)
7273
set (CGREEN_WITH_STATIC_LIBRARY ON)
7374
# list (REMOVE_ITEM cgreen_SRCS cdash_reporter.c)
7475
LIST(APPEND cgreen_SRCS
75-
circular_buffer.c
7676
circular_buffer_messaging.c
7777
generic_runner_platform.c
7878
)

0 commit comments

Comments
 (0)