summaryrefslogtreecommitdiff
path: root/src/jit/crossgen/CMakeLists.txt
blob: 6440e91a04818fa131892bca583965519f41e14d (plain)
1
2
3
4
5
6
7
include(${CLR_DIR}/crossgen.cmake)

if(CLR_CMAKE_TARGET_ARCH_ARM)
  add_definitions(-DLEGACY_BACKEND)
endif()

add_library_clr(clrjit_crossgen ${SOURCES})