Set CMAKE_INSTALL_PREFIX to /usr

Should fix #26 and (hopefully) any questions relating to missing
libhiddp.so.
master
pixl 4 years ago
parent 0c5291083d
commit 8de0f7e042
  1. 3
      CMakeLists.txt

@ -1,4 +1,7 @@
cmake_minimum_required(VERSION 3.10)
set(CMAKE_INSTALL_PREFIX /usr)
project(logiops)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Loading…
Cancel
Save