git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2515 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
c88846612e
commit
87e0508064
1 changed files with 5 additions and 5 deletions
|
|
@ -5,15 +5,15 @@
|
|||
INCLUDE_DIRECTORIES(
|
||||
|
||||
# include CUDA source directory
|
||||
${CUDA_SRC_DIR}
|
||||
${GPU_SRC_DIR}
|
||||
# include EO source directory
|
||||
${PARADISEO_EO_SRC_DIR}/src
|
||||
${EO_SRC_DIR}/src
|
||||
# include MO source directory
|
||||
${PARADISEO_MO_SRC_DIR}/src
|
||||
${MO_SRC_DIR}/src
|
||||
# include problems directory
|
||||
${PARADISEO_PROBLEMS_SRC_DIR}
|
||||
${PROBLEMS_SRC_DIR}
|
||||
# include GPU directory
|
||||
${PARADISEO_GPU_SRC_DIR}
|
||||
${GPU_SRC_DIR}/src
|
||||
# include your source directory
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../src
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue