mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Added Cmaker plugin
This commit is contained in:
parent
a3c579bf27
commit
13373e0e92
3 changed files with 80 additions and 0 deletions
8
plugins/Cmaker/ListTemplate.txt
Normal file
8
plugins/Cmaker/ListTemplate.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
cmake_minimum_required(VERSION 3.15)
|
||||
project(wat)
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
add_executable(cpc /Users/aadipalnitkar/c++/wat/src/main.cpp)
|
||||
#find_package()
|
||||
#target_incldue_directories()
|
||||
#target_link_directories()
|
||||
#target_link_libraries()
|
||||
Loading…
Add table
Add a link
Reference in a new issue