Improve Project Generator for CLion IDE when source folder contains nested items

This commit is contained in:
Ivan Kravets
2016-09-25 19:49:17 +03:00
parent f9a7451995
commit 4b4ac58d60
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ PlatformIO 3.0
~~~~~~~~~~~~~~~~~~
* Improved detecting of ARM mbed media disk for uploading
* Improved Project Generator for CLion IDE when source folder contains nested items
-------

View File

@ -22,4 +22,4 @@ include_directories("{{include.replace("\\", "/")}}")
% end
% end
aux_source_directory({{project_src_dir.replace("\\", "/")}} SRC_LIST)
FILE(GLOB_RECURSE SRC_LIST {{project_src_dir.replace("\\", "/")}}/*.*)