Book a Demo

Author Topic: CMAKE project  (Read 3131 times)

Resistance

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
CMAKE project
« on: November 13, 2018, 09:57:35 pm »
Hi,dear all.
I'm new to EA and have lack about UML.
After EA installation on linux I want to import my CMAKE project and extract it's UML diagrams such as class diagrams while they are synchronize with my source C++ code.
It will be appreciated if anyone help me how I can do aforementioned procedure in EA.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: CMAKE project
« Reply #1 on: November 14, 2018, 02:26:14 am »
I just know CMAKE to build code from sources. Where are these diagrams then?

q.

bknoth2

  • EA User
  • **
  • Posts: 129
  • Karma: +2/-0
    • View Profile
Re: CMAKE project
« Reply #2 on: November 14, 2018, 03:38:20 am »
CMake is not involved. Import the C++ files directly. Use "Code/File/Import Source Directory" to import the folder(s) that hold the source. Just try it to see how it works. There's no risk and you may end up doing it a few times as you learn how it works.