mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibSystem: Slightly simplify CMakeLists.txt
LibSystem's source directory is included project-wide in /CMakeLists.txt.
This commit is contained in:
parent
e3e98ed3eb
commit
0b6c08c9a2
Notes:
sideshowbarker
2024-07-17 06:35:23 +09:00
Author: https://github.com/DanShaders Commit: https://github.com/SerenityOS/serenity/commit/0b6c08c9a2 Pull-request: https://github.com/SerenityOS/serenity/pull/24129 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/supercomputer7
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@ set(SOURCES
|
|||
syscall.cpp
|
||||
)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -nostdlib")
|
||||
serenity_libc(LibSystem system)
|
||||
add_dependencies(LibSystem install_libc_headers)
|
||||
target_include_directories(LibSystem PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_link_options(LibSystem PRIVATE -nostdlib)
|
||||
|
|
Loading…
Reference in a new issue