/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2015-08-21 02:20:46 UTC
  • Revision ID: csa@suren.me-20150821022046-xnfwcomw4rt4ziy1
Fix some warnings and add debugging information into the build

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
cmake_minimum_required(VERSION 2.6)
7
7
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
8
8
 
 
9
add_definitions("-fPIC --std=gnu99 -Wall -O2 -gdwarf-2 -g3  -fno-omit-frame-pointer")
 
10
 
9
11
find_package(PkgConfig REQUIRED)
10
12
find_package(Threads REQUIRED)
11
13
pkg_check_modules(UFODECODE ufodecode>=0.3 REQUIRED)