[libc-commits] [PATCH] D150727: [libc] Add a convenience CMake function `add_unittest_framework_library`.
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue May 16 16:20:54 PDT 2023
jhuber6 added a comment.
I got the following error when trying to build locally
CMake Error at /home/jhuber/Documents/llvm/llvm-project/libc/test/UnitTest/CMakeLists.txt:10 (message):
'add_unittest_framework_library' requires SRCS; for header only libraries,
use 'add_header_library'
Call Stack (most recent call first):
/home/jhuber/Documents/llvm/llvm-project/libc/test/UnitTest/CMakeLists.txt:78 (add_unittest_framework_library)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150727/new/
https://reviews.llvm.org/D150727
More information about the libc-commits
mailing list