Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a2fb6efd7fafd2c3ae98c1915966af790ac1627f
/
.
/
Tests
/
RunCMake
/
install
/
TARGETS-InstallFromSubDir.cmake
blob: 8615d6ecbc84fa640e2e6e6a4f46415ccb246853 [
file
]
enable_language
(
C
)
add_executable
(
myexe main
.
c
)
add_subdirectory
(
TARGETS
-
InstallFromSubDir
)
install
(
TARGETS myexe subexe DESTINATION bin
)