From 449c89451773274a5e0bdd44c31ca66069a7165a Mon Sep 17 00:00:00 2001 From: boufaras Date: Tue, 25 Oct 2011 14:01:02 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2516 331e1502-861f-0410-8da2-ba01fb791d7f --- .../QAP_CPU/application/CMakeLists.txt | 39 ------------------- 1 file changed, 39 deletions(-) delete mode 100644 trunk/paradiseo-gpu/tutorial/QAP_CPU/application/CMakeLists.txt diff --git a/trunk/paradiseo-gpu/tutorial/QAP_CPU/application/CMakeLists.txt b/trunk/paradiseo-gpu/tutorial/QAP_CPU/application/CMakeLists.txt deleted file mode 100644 index 9e68a1683..000000000 --- a/trunk/paradiseo-gpu/tutorial/QAP_CPU/application/CMakeLists.txt +++ /dev/null @@ -1,39 +0,0 @@ -###################################################################################### -### 1) Include the sources -###################################################################################### - -INCLUDE_DIRECTORIES( - - # include CUDA source directory - ${CUDA_SRC_DIR} - # include EO source directory - ${PARADISEO_EO_SRC_DIR}/src - # include MO source directory - ${PARADISEO_MO_SRC_DIR}/src - # include problems directory - ${PARADISEO_PROBLEMS_SRC_DIR} - # include GPU directory - ${PARADISEO_GPU_SRC_DIR} - # include your source directory - ${CMAKE_CURRENT_SOURCE_DIR}/../src - ) - -###################################################################################### - -###################################################################################### -### 2) Specify where CMake can find the libraries -###################################################################################### - -LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${CUDA_LIB_DIR} ) - -###################################################################################### - -###################################################################################### -### 3) Define your targets and link the librairies -###################################################################################### - -CUDA_ADD_EXECUTABLE(CutestSimpleTS_CPU testSimpleTS_CPU.cu) -CUDA_ADD_EXECUTABLE(CutestSimpleHC_CPU testSimpleHC_CPU.cu) - -TARGET_LINK_LIBRARIES(CutestSimpleTS_CPU eoutils ga eo) -TARGET_LINK_LIBRARIES(CutestSimpleHC_CPU eoutils ga eo) \ No newline at end of file