forked from platformio/platformio-core
Improve Project Generator for CLion IDE when source folder contains nested items
This commit is contained in:
@ -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
|
||||
|
||||
-------
|
||||
|
||||
|
@ -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("\\", "/")}}/*.*)
|
||||
|
Reference in New Issue
Block a user