forked from platformio/platformio-core
Update CMakeLists.txt.tpl (#4089)
This commit is contained in:
@ -26,7 +26,7 @@ add_custom_target(
|
|||||||
|
|
||||||
add_custom_target(
|
add_custom_target(
|
||||||
Debug ALL
|
Debug ALL
|
||||||
COMMAND platformio -c clion run --target debug "$<$<NOT:$<CONFIG:All>>:-e${CMAKE_BUILD_TYPE}>"
|
COMMAND platformio -c clion debug "$<$<NOT:$<CONFIG:All>>:-e${CMAKE_BUILD_TYPE}>"
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user