Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
alias_targets
/
export.cmake
blob: dd84a80da29f12ff732c6d7149dabab88c4dce29 [
file
]
enable_language
(
CXX
)
add_library
(
foo empty
.
cpp
)
add_library
(
alias
ALIAS foo
)
export
(
TARGETS
alias
FILE someFile
.
cmake
)