mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Internal change
PiperOrigin-RevId: 251409173 Change-Id: Ic5fcf3056c32b39a8365efa0bea4ebf7547d64e0
This commit is contained in:
parent
9351e02182
commit
dd20e170d0
|
@ -77,9 +77,9 @@ configure_file(cmake/libunwind_ptrace.h.in
|
||||||
|
|
||||||
# Library with basic project settings. The empty file is there to be able to
|
# Library with basic project settings. The empty file is there to be able to
|
||||||
# define header-only libraries without cumbersome target_sources() hacks.
|
# define header-only libraries without cumbersome target_sources() hacks.
|
||||||
file(TOUCH sapi_base_force_cxx_linkage.cc)
|
file(TOUCH ${PROJECT_BINARY_DIR}/sapi_base_force_cxx_linkage.cc)
|
||||||
add_library(sapi_base STATIC
|
add_library(sapi_base STATIC
|
||||||
sapi_base_force_cxx_linkage.cc
|
${PROJECT_BINARY_DIR}/sapi_base_force_cxx_linkage.cc
|
||||||
)
|
)
|
||||||
add_library(sapi::base ALIAS sapi_base)
|
add_library(sapi::base ALIAS sapi_base)
|
||||||
target_include_directories(sapi_base INTERFACE
|
target_include_directories(sapi_base INTERFACE
|
||||||
|
|
Loading…
Reference in New Issue
Block a user