Skip to content

Commit 5f91d26

Browse files
committed
Verschiedenes CMake
1 parent 388115d commit 5f91d26

10 files changed

+54
-0
lines changed

Meilensteine/StuPro Milestones.pdf

367 KB
Binary file not shown.

Planung/BaseClasses.pdf

206 KB
Binary file not shown.

Planung/BaseClasses.png

20.4 KB
Loading

Planung/BaseClasses.vsdx

97.7 KB
Binary file not shown.

Planung/SPH Algorithmus Klassendiagramm.vdx

+47
Large diffs are not rendered by default.
37.1 KB
Binary file not shown.
28.2 KB
Binary file not shown.

Planung/vis_classes.pdf

175 KB
Binary file not shown.

Planung/vis_classes.vsdx

37.4 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
target_sources(SphWaterfall
2+
PUBLIC
3+
"${CMAKE_CURRENT_SOURCE_DIR}/Camera.cpp"
4+
"${CMAKE_CURRENT_SOURCE_DIR}/Frame.cpp"
5+
"${CMAKE_CURRENT_SOURCE_DIR}/Pixel.cpp"
6+
"${CMAKE_CURRENT_SOURCE_DIR}/VisualizationManager.cpp"
7+
)

0 commit comments

Comments
 (0)