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 https://github.com/charlietangora/gif-h/commit/3d2657b9ad40aac9fd6f75ad079335856e94d664
This commit is contained in:
committed by
NeroBurner
parent
ae9a020126
commit
a594446ef0
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user