mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +00:00
LibThreading: Fix building the library on macOS
This commit is contained in:
parent
565796ae4e
commit
01db5205ab
2 changed files with 14 additions and 1 deletions
|
@ -108,6 +108,8 @@ include_directories(../../Userland/)
|
|||
include_directories(../../Userland/Libraries/)
|
||||
include_directories(${CMAKE_BINARY_DIR})
|
||||
add_library(LagomCore ${LAGOM_CORE_SOURCES})
|
||||
find_package(Threads REQUIRED)
|
||||
target_link_libraries(LagomCore PRIVATE Threads::Threads)
|
||||
|
||||
if (BUILD_LAGOM)
|
||||
add_library(Lagom $<TARGET_OBJECTS:LagomCore> ${LAGOM_MORE_SOURCES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue