mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
Userland: Remove unecessary uses of __serenity__ macro
This commit is contained in:
parent
828441852f
commit
539fb08551
10 changed files with 4 additions and 51 deletions
|
@ -665,7 +665,7 @@ if (BUILD_LAGOM)
|
|||
|
||||
add_executable(ntpquery_lagom ../../Userland/Utilities/ntpquery.cpp)
|
||||
set_target_properties(ntpquery_lagom PROPERTIES OUTPUT_NAME ntpquery)
|
||||
target_link_libraries(ntpquery_lagom LibCore)
|
||||
target_link_libraries(ntpquery_lagom LibCore LibMain)
|
||||
|
||||
add_executable(shell_lagom ../../Userland/Shell/main.cpp)
|
||||
set_target_properties(shell_lagom PROPERTIES OUTPUT_NAME shell)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue