[ELF] Reorder SectionBase/InputSectionBase members
[llvm-project.git] / libc / benchmarks / automemcpy / CMakeLists.txt
blobef9b4218c8d617867f49e96e44b6306d4f0d4cd2
1 if(NOT LIBC_BUILD_AUTOMEMCPY)
2   return ()
3 endif()
5 if(NOT LLVM_WITH_Z3)
6   MESSAGE(FATAL_ERROR "Building llvm-libc automemcpy requires Z3")
7 endif()
9 set(LIBC_AUTOMEMCPY_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
11 add_subdirectory(lib)
12 add_subdirectory(unittests)