Skip to content

A CLion Plugin to make it easier to add an executable, assuming you want to test something really quick.

Notifications You must be signed in to change notification settings

Vincentzc/jetbrainscmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Entry Point

CLion plugin to execute single file .c/.cpp file quickly.

Description

Shift + Alt + E on a source file to create an executable with the corresponding file.

If you are from the Java world, you might be used to be able to create a new single public static void main(String [] args) in every class in order test some thing really quick.

With CMake things are more complicated since all files needed to be linked together in an executable and duplicated method names will not be tolerated.

This plugin will automatically insert a new executable for a single source file in the nearest CMake file.

Simply choose a C/C++ source file you want to execute separately from your main project and press the hot key Shift + Alt + E

About

A CLion Plugin to make it easier to add an executable, assuming you want to test something really quick.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages