/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-04-29 02:50:52 UTC
  • Revision ID: csa@suren.me-20150429025052-2ivr7bkemzj7svzi
Added a small grabbing example

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
pkg_check_modules(PCILIB pcitool>=0.2 REQUIRED)
14
14
exec_program("pkg-config --variable=plugindir pcitool" OUTPUT_VARIABLE PCILIB_PLUGIN_DIR)
15
15
 
 
16
add_subdirectory(apps)
 
17
 
16
18
include_directories(
17
19
    ${CMAKE_SOURCE_DIR}
18
20
    ${UFODECODE_INCLUDE_DIRS}