diff --git a/CMakeLists.txt b/CMakeLists.txt index 5148451..39f263c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,3 +57,11 @@ endif() enable_testing() add_subdirectory(src) + +install( + FILES + rsrc/icons/bullock128.png + rsrc/icons/bullock512.png + DESTINATION + ${BULLOCK_DIST_RESOURCES}/icons +) diff --git a/rsrc/icons/bullock128.png b/rsrc/icons/bullock128.png new file mode 100644 index 0000000..6a27b87 Binary files /dev/null and b/rsrc/icons/bullock128.png differ diff --git a/rsrc/icons/bullock512.png b/rsrc/icons/bullock512.png new file mode 100644 index 0000000..84fedb5 Binary files /dev/null and b/rsrc/icons/bullock512.png differ