mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Rename CMakeListsLocal.txt to CMakeListsPrivate.txt // Issue #523
This commit is contained in:
2
examples/ide/clion/.gitignore
vendored
2
examples/ide/clion/.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
.pioenvs
|
||||
CMakeListsLocal.txt
|
||||
CMakeListsPrivate.txt
|
||||
|
6
examples/ide/clion/.idea/encodings.xml
generated
Normal file
6
examples/ide/clion/.idea/encodings.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding">
|
||||
<file url="PROJECT" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
project(clion)
|
||||
|
||||
include(CMakeListsLocal.txt)
|
||||
include(CMakeListsPrivate.txt)
|
||||
|
||||
add_definitions(-DF_CPU=16000000L)
|
||||
add_definitions(-DARDUINO_ARCH_AVR)
|
||||
|
@ -1,2 +1,2 @@
|
||||
.pioenvs
|
||||
CMakeListsLocal.txt
|
||||
CMakeListsPrivate.txt
|
||||
|
@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
project({{project_name}})
|
||||
|
||||
include(CMakeListsLocal.txt)
|
||||
include(CMakeListsPrivate.txt)
|
||||
|
||||
% for define in defines:
|
||||
add_definitions(-D{{!define}})
|
||||
|
Reference in New Issue
Block a user