openframeworks / openframeworks/projectGenerator
Too long generate/update time for oF project with big library
@ofTheo is already working on this.
Since Aug 10, 2020.
- Dominant language
- CSS
- Stars
- 90
- Forks
- 79
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 5
Description
It's not really a bug but would like to share rare case problem.
I'm trying to make ofxVtk which use VTK library consists of more than 2000 header files and 114 static/dynamic libs. Since it's huge, it takes 15 min to generate oF project. (on OSX)
Xcode Project setting itself is simple, like following.
Header Search path : /libs/vtk/include
Other linker flag : /libs/vtk/lib/vtk.a (I combined all .a files into one .a file)
This can be because PG is checking directories recursively in default.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.