Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include header files in CMake's source lists | Chris Robinson | 2018-04-21 | 1 | -2/+4 |
| | |||||
* | Search for and use Qt5 for alsoft-config | Chris Robinson | 2017-01-12 | 1 | -13/+36 |
| | | | | An option is provided to instead use Qt4.8 still if desired. | ||||
* | Rename the version target for systems that have a version lib | Chris Robinson | 2016-12-21 | 1 | -2/+2 |
| | |||||
* | More robustly generate the git commit ID and branch | Chris Robinson | 2016-12-21 | 1 | -0/+3 |
| | |||||
* | Use GNUInstallDirs to place the build artifacts properly | Marcel Metz | 2016-09-06 | 1 | -3/+3 |
| | | | | | | | | CMake 2.8.5 added the GNUInstallDirs module, which provides various variables following the CMAKE_INSTALL_*DIR pattern to allow users a more flexible installation setup and to provide sensible defaults while respecting distribution specific install locations like lib64 for RPM based linux distributions or debian multiarch tuples. | ||||
* | Add a cmake option to embed the HRTF data | Chris Robinson | 2016-07-12 | 1 | -0/+1 |
| | |||||
* | Don't have ../../ as part of the target name | Chris Robinson | 2013-07-02 | 1 | -3/+4 |
| | |||||
* | Check for Qt4 earlier | Chris Robinson | 2013-06-24 | 1 | -1/+0 |
| | |||||
* | Properly check that Qt4 4.8+ was found | Chris Robinson | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | Specify the required Qt4 version to find_package | Chris Robinson | 2013-06-24 | 1 | -5/+3 |
| | |||||
* | Make sure QtCore and QtGui were found and link with the appropriate libs | Chris Robinson | 2013-06-24 | 1 | -2/+2 |
| | |||||
* | Require Qt 4.8 or newer for alsoft-config | Chris Robinson | 2013-06-24 | 1 | -1/+2 |
| | |||||
* | Move alsoft-config to a separate project file | Chris Robinson | 2013-06-24 | 1 | -0/+30 |
This to help avoid FindQt4.cmake from polluting the current project with defines and include directories, applying them to targets that don't use Qt. |