cb-multios
cb-multios copied to clipboard
Whether challenge can be compiled separately?
I just want to test one of the challenges. Can I compile it directly with cmake? I tried cmake ., But it didn't work.
I modified the instructions in CMakeList.txt to achieve my goal. If you have a better way, you could suggest me:)
Hi @MaggieCwj, in my previous experiments, I just keep the interesting challenges and remove others in the challenges folder to analyze only the wanted challenges as we need.
Hi @MaggieCwj, in my previous experiments, I just keep the interesting challenges and remove others in the
challengesfolder to analyze only the wanted challenges as we need.
Thank you very much for your reply! I will refer to your suggestions.