mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Fix project generator for CLion
This commit is contained in:
@ -7,10 +7,10 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
include(CMakeListsPrivate.txt)
|
||||
|
||||
project("{{project_name}}")
|
||||
|
||||
include(CMakeListsPrivate.txt)
|
||||
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/CMakeListsUser.txt)
|
||||
include(CMakeListsUser.txt)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user