refactor(Core/Common): generalise platform specific includes in common/Platform (#5058)

This commit is contained in:
Kargatum
2021-04-06 19:24:16 +07:00
committed by GitHub
parent 3db8a9b09b
commit 72748ee9f1
5 changed files with 9 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ CollectSourceFiles(
PRIVATE_SOURCES
# Exclude
${CMAKE_CURRENT_SOURCE_DIR}/Debugging
${CMAKE_CURRENT_SOURCE_DIR}/Platform
${CMAKE_CURRENT_SOURCE_DIR}/PrecompiledHeaders)
# Manually set sources for Debugging directory as we don't want to include WheatyExceptionReport in common project