Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qualified...
[platform/upstream/coreclr.git] / dac.cmake
1 # Contains the dac build specific definitions. Included by the leaf dac cmake files.
2
3 remove_definitions(-DPROFILING_SUPPORTED)
4 add_definitions(-DDACCESS_COMPILE)
5 if(WIN32)
6     add_definitions(-MT)
7 endif(WIN32)