RyzenAdj icon indicating copy to clipboard operation
RyzenAdj copied to clipboard

Add `make install` to CMake configuration

Open thanhminhmr opened this issue 1 year ago • 1 comments

Please add make install to the CMake configuration, it just small change that save a bit of time copying the executable to bin each update.

I added this line to the end of the current CMake configuration and it works just fine.

install(TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})

thanhminhmr avatar May 05 '23 11:05 thanhminhmr

Does the executable work from any location with sudo ? Because on immutable systems you cant copy it to the system bin folder and thats okay.

Adding make install would break it possibly.

boredsquirrel avatar Sep 05 '23 13:09 boredsquirrel