From 1a43c425324a48d8f26aeab3907a1ed3826fba82 Mon Sep 17 00:00:00 2001 From: boufaras Date: Thu, 12 Jan 2012 10:32:08 +0000 Subject: [PATCH] clear and update srcs with # change git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2642 331e1502-861f-0410-8da2-ba01fb791d7f --- .../paradiseo-gpu/tutorial/QAP_CPU/application/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/branches/ParadisEO-GPU/paradiseo-gpu/tutorial/QAP_CPU/application/CMakeLists.txt b/branches/ParadisEO-GPU/paradiseo-gpu/tutorial/QAP_CPU/application/CMakeLists.txt index bea976f0a..f8f8b0d2d 100644 --- a/branches/ParadisEO-GPU/paradiseo-gpu/tutorial/QAP_CPU/application/CMakeLists.txt +++ b/branches/ParadisEO-GPU/paradiseo-gpu/tutorial/QAP_CPU/application/CMakeLists.txt @@ -33,5 +33,9 @@ LINK_DIRECTORIES(${EO_BIN_DIR}/lib ${CUDA_DIR}/lib ) CUDA_ADD_EXECUTABLE(testSimpleTS_CPU testSimpleTS_CPU.cu) CUDA_ADD_EXECUTABLE(testSimpleHC_CPU testSimpleHC_CPU.cu) +###################################################################################### +### 4) Link the librairies for your target(s) +###################################################################################### + TARGET_LINK_LIBRARIES(testSimpleTS_CPU eoutils ga eo) TARGET_LINK_LIBRARIES(testSimpleHC_CPU eoutils ga eo)