Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A ArduinoJson
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Benoît Blanchon
  • ArduinoJson
  • Issues
  • #378
Closed
Open
Issue created Oct 27, 2016 by Administrator@rootContributor

Using arduinoJson outside arduino

Created by: zizyx

Hello,

I'm using Json on arduino and it works like a charm, now I want to implement some unit tests around this but i cant seem to get them working on cmake and gtest, They should work without arduino libraries which is not the case. When i add the ArduinoJson directory to my cmake file it says it cant find the WString.h so i included that one then i asked for another file so i included that one too but after a while i got stuck on some avr/interrupt.h which i cant include for some reason. How do i turn off ArduinoJson so it wont use the arduino libary but instead just works for cpp?

Assignee
Assign to
Time tracking