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:
parent
05e45bfdc5
commit
272f7c340e
2 changed files with 12 additions and 33 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue