Sign in
fuchsia
/
third_party
/
cmake
/
ca4b81d69f645408cfca9960a96b835517d042a3
/
.
/
Tests
/
RunCMake
/
TargetSources
/
CMP0026-LOCATION.cmake
blob: 464df36821f40ca06a6c465c748676793c73f92b [
file
] [
log
] [
blame
]
cmake_policy
(
SET CMP0026 OLD
)
add_library
(
objlib OBJECT
empty_1
.
cpp
)
add_executable
(
my_exe
empty_2
.
cpp
$
<
TARGET_OBJECTS
:
objlib
>
)
get_target_property
(
loc my_exe LOCATION
)