Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 03_01_data_oriented_design/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (${CPP_COURSE_BUILD_SLIDES})
add_marp_slides(03_01_data_oriented_design data_oriented_design.md)
add_marp_slides(03_01_data_oriented_design data_oriented_tips.md)
add_marp_slides(03_01_data_oriented_tips data_oriented_tips.md)
endif()


Expand All @@ -21,4 +21,4 @@ add_executable(03_01_cache_false_sharing
code/cache_false_sharing.cpp
)

add_subdirectory(code/nbody)
add_subdirectory(code/nbody)