summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
blob: 9321f40c9f787c2b10073445d10fdc9c1a9c9844 (plain)
1
2
3
4
5
6
7
8
9
10
11
erl_target(ephraim-core
  ephraim.erl
  ephraim_conn.erl
  ephraim_conv.erl
  ephraim_event.erl
  ephraim_gui.erl
  ephraim_roster.erl
  ephraim_util.erl
OPTIONS
  +debug_info
)