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:
parent
61fed26400
commit
eec6ae0d07
2 changed files with 11 additions and 22 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue