Skip to content
Snippets Groups Projects
Commit 33cbb33e authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Recurse in subfolder for sources by default

parent 02e9f1f7
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ endif()
add_compile_definitions(PROJECT_NAME=${PROJECT_NAME})
add_compile_definitions(PROJECT_VERSION=${PROJECT_VERSION})
file(GLOB sources
file(GLOB_RECURSE sources
{% if git is defined %}target/{% endif %}src/*.cpp
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment