[libc-commits] [libc] e17ff7d - [libc][Obvious] Convert an add_header target to add_header_library target.
Siva Chandra Reddy via libc-commits
libc-commits at lists.llvm.org
Tue Aug 16 13:34:44 PDT 2022
Author: Siva Chandra Reddy
Date: 2022-08-16T20:33:24Z
New Revision: e17ff7dd2ab4f52339aa6cedc21bd52c1f974d00
URL: https://github.com/llvm/llvm-project/commit/e17ff7dd2ab4f52339aa6cedc21bd52c1f974d00
DIFF: https://github.com/llvm/llvm-project/commit/e17ff7dd2ab4f52339aa6cedc21bd52c1f974d00.diff
LOG: [libc][Obvious] Convert an add_header target to add_header_library target.
Added:
Modified:
libc/config/linux/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/config/linux/CMakeLists.txt b/libc/config/linux/CMakeLists.txt
index 82f7a01076e3d..cf38ae3eed726 100644
--- a/libc/config/linux/CMakeLists.txt
+++ b/libc/config/linux/CMakeLists.txt
@@ -1,6 +1,6 @@
-add_header(
+add_header_library(
app_h
- HDR
+ HDRS
app.h
DEPENDS
libc.src.__support.common
More information about the libc-commits
mailing list