summaryrefslogtreecommitdiff
path: root/dac.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'dac.cmake')
-rw-r--r--dac.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/dac.cmake b/dac.cmake
new file mode 100644
index 0000000000..90608c68ed
--- /dev/null
+++ b/dac.cmake
@@ -0,0 +1,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) \ No newline at end of file