Files
linux-packaging-mono/external/llvm-project/compiler-rt/lib/asan/scripts/CMakeLists.txt

5 lines
107 B
CMake
Raw Normal View History

if(ANDROID)
add_compiler_rt_script(asan_device_setup)
add_dependencies(asan asan_device_setup)
endif()