Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PlatformIO CMake wrappers

Set of PlatformIO CMake wrappers to use with cmake-based IDEs (CLion, ...)

Usage:

  • Add this repository as a submodule to your project:
git submodule add https://github.com/hacker-cb/platformio-cmake.git
  • Create CMakeListsUser.txt with the following content:
# PlatformIO Environment parser
include(platformio-cmake/PlatformIO_Env.cmake)

# PlatformIO CTest Wrappers
include(platformio-cmake/PlatformIO_CTest.cmake)

# Filter all source files
include(platformio-cmake/PlatformIO_FilterSources.cmake)

About

Set of PlatformIO CMake wrappers to use with cmake-based IDEs (CLion, ...)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages