/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to apps/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2012-11-14 04:39:28 UTC
  • Revision ID: csa@dside.dyndns.org-20121114043928-f4do26r8bn0llgle
Xilinx benchmark

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories(
 
2
    ${CMAKE_SOURCE_DIR}
 
3
)
 
4
 
 
5
link_directories(${UFODECODE_LIBRARY_DIRS})
 
6
 
 
7
add_executable(xilinx xilinx.c)
 
8
target_link_libraries(xilinx pcilib)