Pages

Monday 15 February 2016

Configuring CLION to compile single independent files in a project.

                                                                           


                                            You can do this my adding a single line in CMakeLists.txt file

 add_executable(helloworld helloworld.cpp)