Create dummy target for CLION

This commit is contained in:
Ivan Kravets
2019-11-05 15:59:06 +02:00
parent 66cc557d2f
commit f3992f8e53

View File

@ -86,4 +86,4 @@ add_custom_target(
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
add_executable(pioprog ${SRC_LIST})
add_executable(Z_DUMMY_TARGET ${SRC_LIST})