Set CMAKE_INSTALL_PREFIX to /usr
Should fix #26 and (hopefully) any questions relating to missing libhiddp.so.
This commit is contained in:
parent
0c5291083d
commit
8de0f7e042
|
@ -1,4 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
set(CMAKE_INSTALL_PREFIX /usr)
|
||||
|
||||
project(logiops)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
|
Loading…
Reference in New Issue
Block a user