summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-06-22 03:21:28 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-06-22 03:21:28 +0200
commit3bb13593695d1db50885588cd96e1be85f5a8e45 (patch)
tree478e5e07d391cd6a68fd1eaa4444d484a88d3ab0 /src/core/CMakeLists.txt
parent405b5ba0aa85b5155fb45df5407b69b1441ada75 (diff)
downloadephraim-3bb13593695d1db50885588cd96e1be85f5a8e45.tar
ephraim-3bb13593695d1db50885588cd96e1be85f5a8e45.zip
Added header and option support to Erlang CMake build
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index b0ab82c..792f279 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -4,4 +4,6 @@ erl_target(ephraim-core
ephraim_conv.erl
ephraim_roster.erl
ephraim_util.erl
+OPTIONS
+ +debug_info
)