4 lines
205 B
CMake
4 lines
205 B
CMake
|
|
install(PROGRAMS user/r2_tfe DESTINATION ./ COMPONENT Program)
|
||
|
|
install(PROGRAMS user/r3_tfe DESTINATION ./ COMPONENT Program)
|
||
|
|
install(FILES system/80-tfe.conf DESTINATION /etc/sysctl.d/ COMPONENT Program)
|