summaryrefslogblamecommitdiffstats
path: root/externals/CMakeLists.txt
blob: 57fc5d5662159ca7329daa2bf3aa3898adc41255 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                       


                          
                     
# Xbyak
if (ARCHITECTURE_x86_64)
    add_library(xbyak INTERFACE)
    target_include_directories(xbyak INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/xbyak/xbyak)
    if (NOT MSVC)
        target_compile_options(xbyak INTERFACE -fno-operator-names)
    endif()
endif()

add_subdirectory(cryptopp)

add_subdirectory(fmt)