From 7f6ee41a4963b05494900d8392f82f318c476770 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 14 Nov 2012 05:39:28 +0100 Subject: Xilinx benchmark --- apps/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps/CMakeLists.txt (limited to 'apps/CMakeLists.txt') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt new file mode 100644 index 0000000..14794b1 --- /dev/null +++ b/apps/CMakeLists.txt @@ -0,0 +1,8 @@ +include_directories( + ${CMAKE_SOURCE_DIR} +) + +link_directories(${UFODECODE_LIBRARY_DIRS}) + +add_executable(xilinx xilinx.c) +target_link_libraries(xilinx pcilib) -- cgit v1.2.3