Newer
Older
minerva / Userland / Applications / Screenshot / CMakeLists.txt
@minerva minerva on 13 Jul 318 bytes Initial commit
minerva_component(
    Screenshot
    RECOMMENDED
    TARGETS Screenshot
)

compile_gml(Screenshot.gml ScreenshotGML.cpp)

set(SOURCES
    ScreenshotGML.cpp
    MainWindow.cpp
    main.cpp
)

minerva_app(Screenshot ICON app-screenshot)
target_link_libraries(Screenshot PRIVATE LibCore LibConfig LibGfx LibGUI LibMain)