Skip to content

Modify default command to compile single files #11

Open
@prayutsu

Description

@prayutsu

Many competitive programmers use CLion for compiling single files. I have also installed "Single file execution" plugin and I am able to run single .cpp files with ease by adding the file as an executable in CMakeLists.txt and just clicking the play button. Now, I want to compile all my C++ files by predefining a macro, e.g -
$ g++ my_file.cpp -Dmacro_name

How can I set this as a default behavior so that if I simply add the file as an executable and run the play button, the files are compiled with predefining the macro?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions