Skip to content

Commit

Permalink
Tests Specx Files
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoinep committed Sep 14, 2023
1 parent 3e9c6f3 commit 782d5e6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/Specx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,13 @@ include_directories(SYSTEM ${MPI_INCLUDES_PATH})


# Adding the project sources dir as an include dir
#INCLUDE_DIRECTORIES(
# ${SPECX_BINARY_DIR}/Src
# ${SPECX_SOURCE_DIR}/Src
# ${MPI_CXX_INCLUDE_DIRS}
# #${OpenMP_CXX_INCLUDE_DIRS}
# )
INCLUDE_DIRECTORIES(
${SPECX_BINARY_DIR}/Src
${SPECX_SOURCE_DIR}/Src
${SPECX_SOURCE_DIR}/Src/Data
${MPI_CXX_INCLUDE_DIRS}
#${OpenMP_CXX_INCLUDE_DIRS}
)

# Add execs - 1 cpp = 1 exec
foreach(exec ${source_tests_files})
Expand Down

0 comments on commit 782d5e6

Please sign in to comment.