1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:17:34 +00:00

3DFileViewer: Port to LibMain

Simplified one pledge() and five unveil() by using TRY().
This commit is contained in:
Pedro Pereira 2021-11-22 20:51:20 +00:00 committed by Andreas Kling
parent 05e45bfdc5
commit 272f7c340e
2 changed files with 12 additions and 33 deletions

View file

@ -12,4 +12,4 @@ set(SOURCES
)
serenity_app(3DFileViewer ICON app-3d-file-viewer)
target_link_libraries(3DFileViewer LibGUI LibGL LibFileSystemAccessClient)
target_link_libraries(3DFileViewer LibGUI LibGL LibFileSystemAccessClient LibMain)