Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
FetchContent_find_package
/
PackageFindModules
/
FindEventuallyGlobal.cmake
blob: 2389cb1029befceab868e93b609e2b69b9c98117 [
file
]
add_executable
(
EventuallyGlobalExe
IMPORTED
)
set_target_properties
(
EventuallyGlobalExe
PROPERTIES
IMPORTED_LOCATION
"${CMAKE_COMMAND}"
)
set
(
EventuallyGlobal_FOUND
TRUE
)