CMake build with add_subdirectory #1305
Unanswered
Please-just-dont
asked this question in
Q&A
Replies: 1 comment
-
The 10 different build instructions all boil down to the same thing: run cmake to build. The way you instruct cmake to build varies slightly from platform to platform because on one you use makefiles, on another you want visual studio project files etc. I haven't tried |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed there's about 10 different build instructions depending on what platform you're on and what compiler you're using. Usually with a CMake project you can simply add_subdirectory and link to the target, and it (hopefully) should work everywhere. Same pipeline for mobile, desktop etc. Is there a possibility of this becoming a thing in the future?
Beta Was this translation helpful? Give feedback.
All reactions