summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
blob: 96f760b4fa1b868fa937185aa30b82fa603bb070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
erl_target(ephraim-core
  advanced_event.erl
  ephraim.erl
  ephraim_account.erl
  ephraim_account_event_proxy.erl USING advanced_event
  ephraim_accounts.erl
  ephraim_config.erl
  ephraim_conn.erl
  ephraim_conv.erl
  ephraim_conv_handler.erl USING advanced_event
  ephraim_conv_man.erl
  ephraim_event_proxy.erl
  ephraim_gui.erl
  ephraim_roster.erl
  ephraim_roster_handler.erl USING advanced_event
OPTIONS
  +debug_info
)