Warning, /graphics/krita/packaging/linux/appimage/krita-apprun/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 cmake_minimum_required(VERSION 3.10)
0002 
0003 # set the project name
0004 project(krita-apprun)
0005 
0006 # add the executable
0007 add_executable(AppRun main.c)
0008 target_link_libraries(AppRun dl)