-
Notifications
You must be signed in to change notification settings - Fork 141
Use CMake instead of Make #165
Comments
@col14m Hope you are well. Do you have any news regarding CMake? |
@col14m You are working for a month here, it would be nice if you shared some code at some branch. Actually I think we may keep both CMake and Makefile for some time. |
@col14m Any news, any updates? |
@SoshinK The only one week is left before deadline. Do you estimate to have everything working beforehand? |
Good day(night?), Pavel. You probably thought that I gave up. In fact, I am still in. By that moment, I made Cmake for simulator(and a short buildscript for fast launch). But I have some problems with unit test for infra/config and with clang-tidy(It says 'stddef.h' not found). What should I do? Here solution(or should I make a pull request?): https://github.com/SoshinK/mipt-mips |
That's great! Please merge with the latest version and integrate CMake to Travis. Then do a pull request so I can see output. |
Please open a pull request so I can comment your code |
I still didnt cope with travis.yml |
I havent finished wiki about CMake yet |
There is the first part https://github.com/MIPT-ILab/mipt-mips/wiki/CMake |
OK, looks good. I'll make some fixes (spelling, grammar etc.) if needed. Could you please add a section "Further Reading" to list additional sources of information (e.g. the one you used)? |
@SoshinK What about README changes? |
It would be nice to replace GNU Make makefile with CMake makefile. In addition, you have to write a Wiki page explaining CMake as good as this page explains GNU Make
The text was updated successfully, but these errors were encountered: