Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 28ca945a authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

To compile when ScalFMM is inside another project

parent c72fb18a
Branches
Tags
No related merge requests found
...@@ -78,8 +78,8 @@ target_link_libraries( ...@@ -78,8 +78,8 @@ target_link_libraries(
# Adding the entire project dir as an include dir # Adding the entire project dir as an include dir
INCLUDE_DIRECTORIES( INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/Src ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_BINARY_DIR}/Src ${CMAKE_CURRENT_BINARY_DIR}
${SCALFMM_INCLUDES} ${SCALFMM_INCLUDES}
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment