From bf466a54a10293067765bf767c572cbf09bcd170 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 29 Apr 2015 03:42:43 +0200 Subject: New error reporting public interface --- apps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 32aac62..aa9f8bb 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -4,7 +4,7 @@ include_directories( ) link_directories( - ${CMAKE_SOURCE_DIR}/pcilib + ${CMAKE_BINARY_DIR}/pcilib ) add_executable(xilinx xilinx.c) -- cgit v1.2.3