Skip to content

Commit 92bf120

Browse files
committed
update cmake
1 parent ffd999b commit 92bf120

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libc/include/llvm-libc-macros/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
3131
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
3232
endif()
3333

34+
add_macro_header(
35+
assert_macros
36+
HDR
37+
assert-macros.h
38+
)
39+
3440
add_macro_header(
3541
generic_error_number_macros
3642
HDR

0 commit comments

Comments
 (0)