-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3206994
commit 7796e67
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cupcake
updated
9 files
+2 −3 | CMakeLists.txt | |
+67 −6 | README.md | |
+1 −0 | cmake/cupcake.cmake | |
+8 −4 | cmake/cupcake_add_executable.cmake | |
+19 −13 | cmake/cupcake_add_library.cmake | |
+10 −2 | cmake/cupcake_add_test.cmake | |
+1 −2 | cmake/cupcake_find_package.cmake | |
+50 −0 | cmake/cupcake_isolate_headers.cmake | |
+5 −2 | cmake/cupcake_project.cmake |