From 8ba31d8601b157ada318ca60fcb094244807d421 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 5 May 2015 16:29:29 +0200 Subject: Remove test application of Lorenzo to separate package --- apps/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/CMakeLists.txt') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index aa9f8bb..4524db4 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -10,10 +10,6 @@ link_directories( add_executable(xilinx xilinx.c) target_link_libraries(xilinx pcilib rt) -add_executable(lorenzo_ipedma_test lorenzo_ipedma_test.c) -target_link_libraries(lorenzo_ipedma_test pcilib rt) -set_target_properties(lorenzo_ipedma_test PROPERTIES COMPILE_FLAGS -Wno-array-bounds) - add_executable(pio_test pio_test.c) target_link_libraries(pio_test pcilib rt) -- cgit v1.2.3