summaryrefslogtreecommitdiff
path: root/indra/cmake/SSE2NEON.cmake
blob: 6af123855caff91913bb6c64c551a2c58647361e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- cmake -*-

include(Prebuilt)

add_library(ll::sse2neon INTERFACE IMPORTED)

if (FALSE)
    use_system_binary(sse2neon)
    use_prebuilt_binary(sse2neon)

    target_include_directories( ll::sse2neon SYSTEM INTERFACE ${LIBS_PREBUILT_DIR}/include/sse2neon)
endif()