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

About: Port to LibMain

This commit is contained in:
Astraeus- 2021-12-14 23:53:16 +01:00 committed by Brian Gianforcaro
parent 61fed26400
commit eec6ae0d07
2 changed files with 11 additions and 22 deletions

View file

@ -15,4 +15,4 @@ execute_process(COMMAND "git diff-index --quiet HEAD -- && echo tracked || echo
add_definitions(-DGIT_COMMIT="${GIT_COMMIT}" -DGIT_BRANCH="${GIT_BRANCH}" -DGIT_CHANGES="${GIT_CHANGES}")
serenity_bin(About)
target_link_libraries(About LibGUI)
target_link_libraries(About LibGUI LibMain)