From 891797e5853ab0ced7a8064f9372f5c3e577c6ad Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 23 Jan 2022 15:23:03 -0500 Subject: Add ico2png converter --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b61e78..123d2e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,4 +54,7 @@ endif() add_executable(exe2ico EXCLUDE_FROM_ALL tools/exe2ico.c) target_link_libraries(exe2ico SDL2::SDL2) +add_executable(ico2png EXCLUDE_FROM_ALL tools/ico2png.c) +target_link_libraries(ico2png SDL2::SDL2) + install(TARGETS sol freecell BUNDLE DESTINATION /Applications) -- cgit 1.4.1