Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/trusted/service_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ if (NOT COVERAGE_ENABLED OR NOT YOKAI_TARGET_SYSTEM_WINDOWS)

add_executable(sel_ldr)
target_link_libraries(sel_ldr ${LDR_LIBS})
install(TARGETS sel_ldr DESTINATION bin)

if (YOKAI_TARGET_SYSTEM_MACOS)
# This target exists only to check that the service_runtime code
Expand Down
5 changes: 5 additions & 0 deletions src/trusted/service_runtime/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,8 @@ add_custom_target(nacl_helper_bootstrap ALL
DEPENDS nacl_bootstrap_raw
BYPRODUCTS "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/nacl_helper_bootstrap"
)

install(PROGRAMS
"${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/nacl_helper_bootstrap"
DESTINATION bin
)