diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |