diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-11-14 05:39:28 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-11-14 05:39:28 +0100 |
commit | 7f6ee41a4963b05494900d8392f82f318c476770 (patch) | |
tree | 6fdc990fa93949310511f7f6e3026b21d0114c87 /CMakeLists.txt | |
parent | 8ae66e50aa659a45dc108433d63917b25cb08cbe (diff) | |
download | ipecamera-7f6ee41a4963b05494900d8392f82f318c476770.tar.gz ipecamera-7f6ee41a4963b05494900d8392f82f318c476770.tar.bz2 ipecamera-7f6ee41a4963b05494900d8392f82f318c476770.tar.xz ipecamera-7f6ee41a4963b05494900d8392f82f318c476770.zip |
Xilinx benchmark
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cb3be58..a756d43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,7 @@ add_definitions("-fPIC --std=c99 -Wall -O2") add_subdirectory(dma) add_subdirectory(ipecamera) add_subdirectory(pcitool) +add_subdirectory(apps) include_directories( ${FASTWRITER_INCLUDE_DIRS} |