Feature #236
Fix cmake include structure
Beginn:
02.09.2022
Abgabedatum:
% erledigt:
0%
Geschätzter Aufwand:
CS Zielversion:
Beschreibung
At the moment every subdir has a bunch of "include_directories".
This should be handeled different in CMake.
An subdirectory should not even know which directories are necessary.
Also sub-depencies should be handled automatically.
target_include_directories(
${PROJECT_NAME} INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}"
)
Historie
Von Maximilian Seesslen vor mehr als 2 Jahren aktualisiert
- Status wurde von Neu zu Erledigt geändert