Our project uses CMake-generated makefiles. I'm trying to import the makefile as a project, and am confused about the options. Here are the steps I'm performing:
I select Project -> Open Other Workspace -> Makefile
I click the browse button to select the Makefile I wish to import
I select Scan for recursive makefiles (or not; does not seem to matter)
I select the wildcard filetypes of *.c, *.cpp, etc
I click OK, then I'm presented with a Project Properties screen.
At this point, I'm unable to find documentation on how to proceed.
There are no files in my project; only the makefile. If I select Ok at this point, an empty project is created, and the only file in it is the makefile. It was my understanding that I should not add all my source files manually.
Can anyone advise on what I'm doing wrong?