blob: ac62f9a1fd4f3874fb6963a29083bb8c4753015d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${ephraim_BINARY_DIR})
vala_precompile(VALA_C
"Ephraim.vala"
"CellRendererAvatar.vala"
"CellRendererContact.vala"
"CellRendererPresence.vala"
"Contact.vala"
"Conversation.vala"
"CoreConnector.vala"
"Roster.vala"
PACKAGES
gtk+-2.0
gee-1.0
gio-2.0
gio-unix-2.0
eva
OPTIONS
--thread
)
add_executable("ephraim-gtk" ${VALA_C})
|