Skip to content

fcolecumberri/CodeLite_cmake_fd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CodeLite-CMake simple file deployment

This simple bash script creates a CodeLite's simple .project file and a CMakeList.txt for making a fast-start in a new project without needing to configure lots of things in CodeLite

This also creates the src direcory and a src/main.cpp

Install this bash script

To install it you may just give execution rights and copy to /usr/local/bin

chmod +x Codelite_cmake_fd.sh
sudo cp Codelite_cmake_fd.sh /usr/local/bin/Codelite_cmake_fd

How to use this

./Codelite_cmake_fd.sh path_to_directory name_of_the_new_program

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages