summaryrefslogtreecommitdiff
path: root/src/md/runtime/dac/CMakeLists.txt
blob: 63ce26a1e91a2447259717f6d188d6d1a00c3029 (plain)
1
2
3
4
5
6
7

include(${CLR_DIR}/dac.cmake)
include(../../md_dac.cmake)

add_precompiled_header(stdafx.h ../stdafx.cpp MDRUNTIME_SOURCES)

add_library(mdruntime_dac ${MDRUNTIME_SOURCES})