summaryrefslogtreecommitdiff
path: root/dac.cmake
blob: 90608c68ed5fd119383c22de1685ef90f4553164 (plain)
1
2
3
4
5
6
7
8
# Contains the dac build specific definitions. Included by the leaf dac cmake files.

remove_definitions(-DPROFILING_SUPPORTED)
add_definitions(-DPROFILING_SUPPORTED_DATA)
add_definitions(-DDACCESS_COMPILE)
if(WIN32)
    add_definitions(-MT)
endif(WIN32)