paceholder / nodeeditor

Qt Node Editor. Dataflow programming framework
BSD 3-Clause "New" or "Revised" License
3.03k stars 814 forks source link

Could you provide guidelines on using this? #290

Closed s1nisteR closed 3 years ago

s1nisteR commented 3 years ago

It'd be great if there was some guideline available on how to integrate this node editor into existing CMake projects.

paceholder commented 3 years ago

Hi,

the guidelines are those from the CMake documentation.

  1. add this project as a sub-probject to your source tree.
  2. write in your root CMakeListst.txt : add_subdirectory(nodeeditor).
  3. Link to the target NodeEditor::nodes