Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3900a31f440a1111f07ea893b146a67778e918c2
/
.
/
Tests
/
RunCMake
/
InterfaceLibrary
/
add_custom_command-TARGET.cmake
blob: a5136eff834427c8f945a6430f99a65792c1bb97 [
file
]
add_library
(
iface INTERFACE
)
add_custom_command
(
TARGET iface
COMMAND
"${CMAKE_COMMAND}"
-
E echo test
)