From dbdb58c6002cbd693f246f1e93919cc32ad4055a Mon Sep 17 00:00:00 2001 From: CNugteren Date: Sun, 9 Aug 2015 15:50:41 +0200 Subject: Refactored the tuners, added JSON output --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ca225b2..72cfe52f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -154,12 +154,9 @@ if(TUNERS) # Includes CLTune include_directories(${CLTUNE_INCLUDE_DIRS}) - # Creates the common tuner objects (requires CMake 2.8.8) - add_library(tuners_common OBJECT src/tuning/tuning.cc) - # Adds tuning executables foreach(KERNEL ${KERNELS}) - add_executable(tuner_${KERNEL} $ src/tuning/${KERNEL}.cc) + add_executable(tuner_${KERNEL} src/tuning/${KERNEL}.cc) target_link_libraries(tuner_${KERNEL} clblast ${CLTUNE_LIBRARIES} ${OPENCL_LIBRARIES}) install(TARGETS tuner_${KERNEL} DESTINATION bin) endforeach() -- cgit v1.2.3