mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
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 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
|
||||||
% 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