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

Piano: Port to LibMain

This commit is contained in:
Pascal Puffke 2021-11-22 23:24:55 +01:00 committed by Andreas Kling
parent 61408e2397
commit 41b80f3d85
2 changed files with 6 additions and 7 deletions

View file

@ -21,4 +21,4 @@ set(SOURCES
)
serenity_app(Piano ICON app-piano)
target_link_libraries(Piano LibAudio LibDSP LibGUI)
target_link_libraries(Piano LibAudio LibDSP LibGUI LibMain)