~ubuntu-branches/ubuntu/trusty/tomahawk/trusty-proposed

« back to all changes in this revision

Viewing changes to src/CMakeLists.unix.cmake

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-03-07 21:50:13 UTC
  • Revision ID: package-import@ubuntu.com-20130307215013-6gdjkdds7i9uenvs
Tags: upstream-0.6.0+dfsg
ImportĀ upstreamĀ versionĀ 0.6.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ADD_DEFINITIONS( -ggdb )
 
2
ADD_DEFINITIONS( -Wall )
 
3
ADD_DEFINITIONS( -g )
 
4
ADD_DEFINITIONS( -fno-operator-names )
 
5
ADD_DEFINITIONS( -fPIC )
 
6
 
 
7
SET( QXTWEB_LIBRARIES qxtweb-standalone )
 
8
 
 
9
IF( APPLE )
 
10
    INCLUDE( "CMakeLists.osx.cmake" )
 
11
ENDIF( APPLE )
 
12
 
 
13
IF( UNIX AND NOT APPLE )
 
14
    INCLUDE( "CMakeLists.linux.cmake" )
 
15
ENDIF( UNIX AND NOT APPLE )