blob: 1b27ac00dc076bb9fb153f924561b8fa6e4bd878 (
plain)
1
2
3
4
5
6
7
|
# Contains the dac build specific definitions. Included by the leaf dac cmake files.
remove_definitions(-DPROFILING_SUPPORTED)
add_definitions(-DDACCESS_COMPILE)
if(WIN32)
add_definitions(-MT)
endif(WIN32)
|