/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 ipecamera/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2012-08-18 02:20:18 UTC
  • mto: This revision was merged to the branch mainline in revision 177.
  • Revision ID: csa@dside.dyndns.org-20120818022018-bl2dw2ao3bf2p736
Fixes building in non-standard dirs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include_directories(
2
2
    ${CMAKE_SOURCE_DIR}
 
3
    ${UFODECODE_INCLUDE_DIRS}
3
4
)
4
5
 
5
6
set(HEADERS ${HEADERS} ipecamera.h model.h reader.h events.h data.h public.h private.h)