-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happens to the CMakeLists.txt files ? #2
Comments
The project was refactored to be used with the biicode dependency management tool, which is a file-based dependencies manager for C and C++. The project was rearranged on three blocks (A block is the unit of code sharing on biicode) one for the main library ( biicode uses cmake to resolve the dependencies and build the blocks, thats why you are seeing cmake output folders on the project. Each block has its own CMakeLists.txt for block building and deps configuration. The spurious and outdated makefile at the root directory is the makefile used by netbeans, which is the IDE I usually use for C++ development. I know I should configure the .gitignore correctly to hide all that garbage files, but at this time I have no enough time. Sorry for the mistakes, and thanks a lot for pointing the problems out. |
Thanks for your answer, it's a bit confusing to me. When i saw the cmake
|
Now biicode has a simple layout setup which is not intrusive within your project (No |
Except an obsolete version of the Makefile file in the root of the project that had been generated by CMake, there is no CMakeLists.txt, did you remove them by mistake ?
The text was updated successfully, but these errors were encountered: