Is there an appetite for cmake based builds? #586
nolan-veed
started this conversation in
Discuss
Replies: 1 comment 1 reply
-
Hi, What kind of support are you missing from IDE? I think it should be enough to configure clion to use custom build command and to use compilation database generated by scons (compile_commands.json). I think it should work with any modern ide or editor. Supporting two build systems is something that I'd like to avoid, at least without strong reasons. It's a big burden. Also, while scons requires more work, it gives a much cleaner and nicer result. And since that additional work is already done in roc's scons plugin, so far I see no big reasons to switch. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've embarked on a journey to create a cmake based build, at least for development purposes, so that I can use my IDE CLion, which doesn't support SCons.
So far, I'm successful with at leat building the roc_core module and it's tests allowing me to start writing code.
Just wondering, whether it'll be is useful moving forward, at least to partially support this build mechanism.
Nolan
Beta Was this translation helpful? Give feedback.
All reactions