Add gif-h helper to create screen capture

Press key `I` (shift+`i`) to start a screen capture creating a gif with
the captured screen. Hit `I` again to stop the screen recording.

---

Add gif-h helper header only library

Copied from https://github.com/charlietangora/gif-h

3d2657b9ad
This commit is contained in:
Reinhold Gschweicher
2022-06-19 12:29:26 +02:00
committed by NeroBurner
parent ae9a020126
commit a594446ef0
7 changed files with 1075 additions and 1 deletions

View File

@@ -286,4 +286,6 @@ if(WITH_PNG)
target_link_libraries(infinisim PRIVATE png_static)
endif()
target_include_directories(infinisim PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/gif-h")
install(TARGETS infinisim DESTINATION bin)