summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2021-04-28 16:30:09 -0400
committerJackLivio <jack@livio.io>2021-04-28 16:30:09 -0400
commit29a86a5dd0b5fdfe7e7c05e18fbd639e920ebd54 (patch)
tree39426d01b10359845d19a90eff2b6e8a16f6ff5a
parent3cecf8034f41a05f962d0fd8373c48b610ddabe1 (diff)
downloadsdl_core-29a86a5dd0b5fdfe7e7c05e18fbd639e920ebd54.tar.gz
More debug messages
-rw-r--r--tools/cmake/helpers/sources.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cmake/helpers/sources.cmake b/tools/cmake/helpers/sources.cmake
index 3682d245a1..a149a38f0b 100644
--- a/tools/cmake/helpers/sources.cmake
+++ b/tools/cmake/helpers/sources.cmake
@@ -120,7 +120,9 @@ function(collect_sources SOURCES PATHS)
file(GLOB_RECURSE SOURCES_TO_FILTER "${PATH_ENTRY}/*.c" "${PATH_ENTRY}/*.cc" "${PATH_ENTRY}/*.cpp")
filter_files(SOURCES_TO_FILTER "${OPTIONAL_ARG}")
list(APPEND SOURCES_LOCAL ${SOURCES_TO_FILTER})
+ message(STATUS "Sources to filter " ${SOURCES_TO_FILTER})
set(SOURCES_TO_FILTER)
+ message(STATUS "Loop sources local " ${SOURCES_LOCAL})
if(${OS} STREQUAL "win")
file(GLOB_RECURSE HEADERS_TO_FILTER "${PATH_ENTRY}/*.h" "${PATH_ENTRY}/*.hpp")
filter_files(HEADERS_TO_FILTER "${OPTIONAL_ARG}")