summaryrefslogtreecommitdiff
path: root/src/unwinder/dac/CMakeLists.txt
blob: e82046197cc1eb33526d640be5ee660cc64bcdd0 (plain)
1
2
3
4
5
6
7
8
9
10
include(${CLR_DIR}/dac.cmake)

add_definitions(-DFEATURE_NO_HOST)
add_definitions(-D_TARGET_AMD64_=1)
add_definitions(-DDBG_TARGET_64BIT=1)
add_definitions(-DDBG_TARGET_AMD64=1)
add_definitions(-DDBG_TARGET_WIN64=1)
add_definitions(-D_WIN64=1)

add_library(unwinder_dac ${UNWINDER_SOURCES})