Skip to content

Commit 0fe084c

Browse files
committed
Also install RCON
1 parent 9666e4b commit 0fe084c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,4 +742,9 @@ if (BUILD_RCON)
742742
add_executable(rcon ${rcon_SOURCES})
743743
target_compile_definitions(rcon PUBLIC BUILD_RCON)
744744
target_link_libraries(rcon ${GLIB_LIBRARIES} -lreadline)
745+
746+
# Installation
747+
# Executable
748+
install(TARGETS rcon
749+
DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
745750
endif()

0 commit comments

Comments
 (0)