Sign in
fuchsia
/
third_party
/
cmake
/
e0a39aeadee2675d050293ada5025f60f3fc0d2f
/
.
/
Tests
/
RunCMake
/
FetchContent_find_package
/
PackageFindModules
/
FindEventuallyGlobal.cmake
blob: 2389cb1029befceab868e93b609e2b69b9c98117 [
file
] [
log
] [
blame
]
add_executable
(
EventuallyGlobalExe
IMPORTED
)
set_target_properties
(
EventuallyGlobalExe
PROPERTIES
IMPORTED_LOCATION
"${CMAKE_COMMAND}"
)
set
(
EventuallyGlobal_FOUND
TRUE
)