mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Update build scripts
Change-Id: I52f7a35324c6be29d7e80d5cc0e6084b49bcc0eb
This commit is contained in:
@@ -2,12 +2,8 @@ add_library(platform_impl_default STATIC)
|
||||
|
||||
target_sources(platform_impl_default
|
||||
PRIVATE
|
||||
default_condition_variable.cc
|
||||
default_lock.cc
|
||||
default_platform.cc
|
||||
PUBLIC
|
||||
default_condition_variable.h
|
||||
default_lock.h
|
||||
default_platform.h
|
||||
)
|
||||
|
||||
@@ -19,6 +15,8 @@ target_include_directories(platform_impl_default
|
||||
target_link_libraries(platform_impl_default
|
||||
PUBLIC
|
||||
platform_api
|
||||
platform_impl_default_cond_var
|
||||
platform_impl_default_lock
|
||||
platform_types
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user