Doubt to use makefile in STL #4823
-
I recently built a project and in that I used makefile, in that I only had to make one cpp file and then making custom header files, then put them into main cpp file. From that you have to use only one time main header files you don't need to add main header files in every other file again and again. and you can also see which header files you are using and which are not. |
Beta Was this translation helpful? Give feedback.
Answered by
StephanTLavavej
Jan 15, 2025
Replies: 1 comment
-
Our project uses CMake and Ninja to build its separately compiled DLLs and LIBs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
StephanTLavavej
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our project uses CMake and Ninja to build its separately compiled DLLs and LIBs.