Skip to content

Commit

Permalink
correct directory name for variadic reduction project
Browse files Browse the repository at this point in the history
  • Loading branch information
andyD123 committed Jul 8, 2024
1 parent 2fb1e21 commit 4a57975
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ add_subdirectory(dancingAVX512)
add_subdirectory(lattice)
add_subdirectory(GettingStarted)
add_subdirectory(scratch)
add_subdirectory(VariadicReducrion)
add_subdirectory(VariadicReduction)

7 changes: 7 additions & 0 deletions VariadicReduction/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
add_executable(VariadicExample VariadicReduction.cpp)

target_link_libraries(VariadicExample PUBLIC Vectorisation)

target_include_directories(VariadicExample PUBLIC
"${PROJECT_BINARY_DIR}"
)
File renamed without changes.
File renamed without changes.

0 comments on commit 4a57975

Please sign in to comment.