/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: 2015-04-24 03:35:48 UTC
  • Revision ID: csa@suren.me-20150424033548-7xhacqq2s8s1t2fp
More structural changes to get ready for stand-alone event engines

Show diffs side-by-side

added added

removed removed

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