We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cd64e commit 955a077Copy full SHA for 955a077
tools/export/cmake/CMakeLists.txt.tmpl
@@ -103,4 +103,7 @@ IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/project.cmake)
103
INCLUDE(${CMAKE_CURRENT_SOURCE_DIR}/project.cmake)
104
ELSE()
105
MESSAGE(STATUS "Add a local project.cmake file to add your own targets.")
106
-ENDIF()
+ENDIF()
107
+
108
+# this will take care of binary directories generated by cmake/clion not to confuse the cli build
109
+FILE(GENERATE OUTPUT "${CMAKE_BINARY_DIR}/.mbedignore" CONTENT "*")
0 commit comments