How to create CMakeList for xv6-riscv operation system from Makefile?
已回答
I want to create CMakeList.txt for CLion IDE for the current changed xv6-ricv operation system project:
https://github.com/mit-pdos/xv6-riscv
I tried without success.
Is there a way for CLion or another thirds party software will create it for me?
Or there is such one that already exists?
Makefile:
https://github.com/mit-pdos/xv6-riscv/blob/riscv/Makefile
I wish I have a time to deal with the conversion from Makefile to CMakeList but because I am student and I have a lot of homework to be submitting soon.
Because without that CLion can't recognize the structure of the project and a lot of features can't be used as a result.
Every help are welcome.
Thanks in advance.
请先登录再写评论。
CLion supports Makefile projects - https://www.jetbrains.com/help/clion/makefiles-support.html
following this, I need this as well