Sign in
fuchsia
/
third_party
/
cmake
/
79c89f6a95437205f8c35a356eeda371ab9e5e1b
/
.
/
Tests
/
RunCMake
/
alias_targets
/
add_library-executable.cmake
blob: 22457a9b736444b6ceebd72cf636578a83e707e0 [
file
] [
log
] [
blame
]
enable_language
(
CXX
)
add_executable
(
foo empty
.
cpp
)
add_library
(
alias
ALIAS foo
)