We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdb3ce commit f314e04Copy full SHA for f314e04
compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
@@ -37,7 +37,9 @@ list(APPEND LINK_FLAGS -pthread)
37
# Linking against libatomic is required with some compilers
38
list(APPEND LINK_FLAGS -latomic)
39
40
-set(SCUDO_TEST_HEADERS)
+set(SCUDO_TEST_HEADERS
41
+ scudo_unit_test.h
42
+ )
43
foreach (header ${SCUDO_HEADERS})
44
list(APPEND SCUDO_TEST_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/../${header})
45
endforeach()
0 commit comments