Skip to content

Commit

Permalink
some change
Browse files Browse the repository at this point in the history
  • Loading branch information
Y. Velkov authored and Y. Velkov committed Aug 30, 2024
1 parent 0272f5e commit f57cb02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build/
compile_commands.json
compile_commands.json
.cache/
4 changes: 4 additions & 0 deletions src/my_static_lib.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

int method_in_static_lib() {
return 42;
}

int method_in_static_lib2() {
return 43;
}

0 comments on commit f57cb02

Please sign in to comment.