summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2012-09-08don't install udev rules by default, as it may pollute the systemDimitri Stolnikov
For cmake call with -DINSTALL_UDEV_RULES=ON for the rules to be installed during the default install/uninstall stages. For autotools call "make install-udev-rules" or "make uninstall-udev- The rules file will be installed to "/etc/udev/rules.d".
2012-09-02install (and uninstall) udev rules fileDimitri Stolnikov
2012-05-12install pkg-config file when building with cmakeDimitri Stolnikov
2012-04-25compile with warnings enabledDimitri Stolnikov
2012-04-02cmake & autotools fixes from previous commitDimitri Stolnikov
2012-04-02add win32 compatibilityHoernchen
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-01add preliminary cmake build systemDimitri Stolnikov