diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2013-06-20 19:15:55 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2013-06-20 19:15:55 +0200 |
commit | 7ec4581ad37b88bbb300ac00850603433a8cdfe9 (patch) | |
tree | 6c78a5a4f876469226b54a9f9e4d7b749bebb3f9 /apps/CMakeLists.txt | |
parent | 0444091c36134f176738393b659ea60e09dda423 (diff) | |
download | pcitool-7ec4581ad37b88bbb300ac00850603433a8cdfe9.tar.gz pcitool-7ec4581ad37b88bbb300ac00850603433a8cdfe9.tar.bz2 pcitool-7ec4581ad37b88bbb300ac00850603433a8cdfe9.tar.xz pcitool-7ec4581ad37b88bbb300ac00850603433a8cdfe9.zip |
Multipage DMA tests for Xilinx
Diffstat (limited to 'apps/CMakeLists.txt')
-rw-r--r-- | apps/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 2f882a3..80a506f 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -6,3 +6,6 @@ link_directories(${UFODECODE_LIBRARY_DIRS}) add_executable(xilinx xilinx.c) target_link_libraries(xilinx pcilib rt) + +add_executable(xilinx2 xilinx2.c) +target_link_libraries(xilinx2 pcilib rt) |