1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-03 08:00:22 +01:00

Added Cmaker plugin

This commit is contained in:
Aadi P
2022-12-29 13:30:18 -06:00
parent a3c579bf27
commit 13373e0e92
3 changed files with 80 additions and 0 deletions

View 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()