0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

command parsing is moving to lua

This commit is contained in:
2025-12-22 14:51:57 +01:00
parent 2f1f127c74
commit f2dcf8563c
3 changed files with 23 additions and 1 deletions

View File

@@ -17,3 +17,10 @@ target_include_directories(rds95 PRIVATE ${LUA_INCLUDE_DIR})
target_link_libraries(rds95 PRIVATE m pthread pulse pulse-simple inih ${LUA_LIBRARIES})
install(TARGETS rds95 DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
install(CODE
"
execute_process(COMMAND ${CMAKE_COMMAND} -E copy
\"${CMAKE_CURRENT_SOURCE_DIR}/src/command.lua\"
\"$ENV{HOME}/.rds95.command.lua\")
")