jingle-ft/CMakeLists.txt
author Gu1 <gu1@aeroxteam.fr>
Sun, 12 Sep 2010 18:32:57 +0200
changeset 168 f699f6b47613
parent 162 6afab419ff88
permissions -rw-r--r--
S5B: SOCKSv5 implementation based on the one in the glib's git repository committer: Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
139
459b2503c1a3 Rename some stuff, create a README file, enable warnings in ./jingle
Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
parents:
diff changeset
     1
add_library(jingle-ft MODULE filetransfer.c)
162
6afab419ff88 Fix out of source build. Set build profiles options.
Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
parents: 154
diff changeset
     2
include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})
139
459b2503c1a3 Rename some stuff, create a README file, enable warnings in ./jingle
Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
parents:
diff changeset
     3
install(TARGETS jingle-ft DESTINATION lib/mcabber)