Skip to content

Commit 29d5840

Browse files
author
Зишан Мирза
committed
add timezone to dependencies for tests
1 parent cbf2cdc commit 29d5840

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libc/test/src/time/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ add_libc_unittest(
99
HDRS
1010
TmHelper.h
1111
TmMatcher.h
12+
timezone.h
1213
CXX_STANDARD
1314
20
1415
DEPENDS
@@ -24,6 +25,7 @@ add_libc_unittest(
2425
HDRS
2526
TmHelper.h
2627
TmMatcher.h
28+
timezone.h
2729
CXX_STANDARD
2830
20
2931
DEPENDS
@@ -39,6 +41,7 @@ add_libc_unittest(
3941
HDRS
4042
TmHelper.h
4143
TmMatcher.h
44+
timezone.h
4245
CXX_STANDARD
4346
20
4447
DEPENDS
@@ -58,6 +61,7 @@ add_libc_unittest(
5861
HDRS
5962
TmHelper.h
6063
TmMatcher.h
64+
timezone.h
6165
CXX_STANDARD
6266
20
6367
DEPENDS
@@ -77,6 +81,7 @@ add_libc_unittest(
7781
HDRS
7882
TmHelper.h
7983
TmMatcher.h
84+
timezone.h
8085
CXX_STANDARD
8186
20
8287
DEPENDS
@@ -96,6 +101,7 @@ add_libc_unittest(
96101
HDRS
97102
TmHelper.h
98103
TmMatcher.h
104+
timezone.h
99105
CXX_STANDARD
100106
20
101107
DEPENDS
@@ -115,6 +121,7 @@ add_libc_unittest(
115121
HDRS
116122
TmHelper.h
117123
TmMatcher.h
124+
timezone.h
118125
CXX_STANDARD
119126
20
120127
DEPENDS

0 commit comments

Comments
 (0)