~ubuntu-branches/debian/experimental/kopete/experimental

« back to all changes in this revision

Viewing changes to protocols/jabber/libiris/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-07-19 12:32:51 UTC
  • Revision ID: package-import@ubuntu.com-20130719123251-u8h3pd22re38csdr
Tags: upstream-4.10.95
ImportĀ upstreamĀ versionĀ 4.10.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
FIND_PACKAGE(ZLIB REQUIRED)
3
3
 
4
4
remove_definitions(-DQT_NO_HTTP)
5
 
if(NOT MSVC)
 
5
if(NOT WIN32)
6
6
  add_definitions(-fPIC)
7
 
endif(NOT MSVC)
 
7
else(NOT WIN32)
 
8
  if(MINGW)
 
9
    add_definitions(-DWIN32)
 
10
  endif(MINGW)
 
11
endif(NOT WIN32)
8
12
 
9
13
include_directories(
10
14
${CMAKE_CURRENT_SOURCE_DIR}/src