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

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