Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer/corehost/cli/apphost/CMakeLists.txt')
-rw-r--r--src/installer/corehost/cli/apphost/CMakeLists.txt19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/installer/corehost/cli/apphost/CMakeLists.txt b/src/installer/corehost/cli/apphost/CMakeLists.txt
index ba01e32ec47..d77f2bfa981 100644
--- a/src/installer/corehost/cli/apphost/CMakeLists.txt
+++ b/src/installer/corehost/cli/apphost/CMakeLists.txt
@@ -18,11 +18,26 @@ endif()
set(SKIP_VERSIONING 1)
set(SOURCES
- ./bundle_marker.cpp
+ ./bundle/file_entry.cpp
+ ./bundle/manifest.cpp
+ ./bundle/header.cpp
+ ./bundle/marker.cpp
+ ./bundle/reader.cpp
+ ./bundle/extractor.cpp
+ ./bundle/runner.cpp
+ ./bundle/dir_utils.cpp
)
set(HEADERS
- ./bundle_marker.h
+ ./bundle/file_type.h
+ ./bundle/file_entry.h
+ ./bundle/manifest.h
+ ./bundle/header.h
+ ./bundle/marker.h
+ ./bundle/reader.h
+ ./bundle/extractor.h
+ ./bundle/runner.h
+ ./bundle/dir_utils.h
)
if(CLR_CMAKE_TARGET_WIN32)