Skip to content

Commit 60115bf

Browse files
committed
add install target
Signed-off-by: Michel-FK <[email protected]>
1 parent 0f633e8 commit 60115bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,5 @@ if(UBSAN)
180180
target_compile_options(${BIN_TARGET} PUBLIC -fsanitize=undefined)
181181
target_link_libraries(${BIN_TARGET} PUBLIC -fsanitize=undefined)
182182
endif()
183+
184+
install(TARGETS commander RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})

0 commit comments

Comments
 (0)