forked from platformio/platformio-core
Fix project generator for CLion
This commit is contained in:
@ -7,10 +7,10 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.2)
|
cmake_minimum_required(VERSION 3.2)
|
||||||
|
|
||||||
include(CMakeListsPrivate.txt)
|
|
||||||
|
|
||||||
project("{{project_name}}")
|
project("{{project_name}}")
|
||||||
|
|
||||||
|
include(CMakeListsPrivate.txt)
|
||||||
|
|
||||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/CMakeListsUser.txt)
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/CMakeListsUser.txt)
|
||||||
include(CMakeListsUser.txt)
|
include(CMakeListsUser.txt)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user