Internal change

PiperOrigin-RevId: 251409173
Change-Id: Ic5fcf3056c32b39a8365efa0bea4ebf7547d64e0
This commit is contained in:
Christian Blichmann 2019-06-04 03:47:19 -07:00 committed by Copybara-Service
parent 9351e02182
commit dd20e170d0

View File

@ -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