Sign in
fuchsia
/
third_party
/
cmake
/
refs/tags/v3.4.0
/
.
/
Tests
/
SimpleInstall
/
TestSubDir
/
CMakeLists.txt
blob: 860e10425fafe43a2c18aa0bd28498118255deae [
file
] [
log
] [
blame
]
add_executable
(
TSD TSD
.
cxx TSD_utils
.
cxx
)
install_files
(
/MyTest/
include FILES TSD
.
h
)
install_targets
(
/MyTest/
bin TSD
)