Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
install
/
TARGETS-AbsoluteDest-warn.cmake
blob: e2ca4befcdc2862fc0e5433ba16c4bc93a95bb66 [
file
] [
edit
]
enable_language
(
C
)
add_library
(
mylib STATIC empty
.
c
)
install
(
TARGETS mylib DESTINATION
/
absolute
/
path
)