Using local makefile for CLion instead of CMake

后端 未结 6 802
醉酒成梦
醉酒成梦 2020-12-04 04:49

Is there a way to configure CLion to use a local makefile to compile code, rather than CMake? I can\'t seem to find the way to do it from the build options.

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-04 05:05

    Currently, only CMake is supported by CLion. Others build systems will be added in the future, but currently, you can only use CMake.

    An importer tool has been implemented to help you to use CMake.

    Edit:

    Source : http://blog.jetbrains.com/clion/2014/09/clion-answers-frequently-asked-questions/

提交回复
热议问题