Added template stuff

This commit is contained in:
2023-09-15 17:16:41 -05:00
parent 10c7f5cc1c
commit c80093f929
3 changed files with 22 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
add_executable(something
./main.cpp
)
target_include_directories(something PUBLIC ${CMAKE_CURRENT_LIST_DIR})