summaryrefslogtreecommitdiff
path: root/src/gcinfo/gcinfo_arm64/CMakeLists.txt
blob: 116ed7c1d66abb39c4da8d2006510b29dcc5d549 (plain)
1
2
3
4
5
6
7
remove_definitions(-D_TARGET_AMD64_=1)
add_definitions(-D_TARGET_ARM64_)

add_library_clr(gcinfo_arm64
    STATIC
    ${GCINFO_SOURCES}
)