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